comparison Resources/CMake/OrthancStoneParameters.cmake @ 1471:28c64c246312

working on a shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jun 2020 12:57:54 +0200
parents b2b0fc4a5596
children 615035c2f3ba
comparison
equal deleted inserted replaced
1470:390b0c30ba19 1471:28c64c246312
30 set(ENABLE_JPEG ON) 30 set(ENABLE_JPEG ON)
31 set(ENABLE_OPENSSL_ENGINES ON) 31 set(ENABLE_OPENSSL_ENGINES ON)
32 set(ENABLE_PNG ON) 32 set(ENABLE_PNG ON)
33 set(ENABLE_SQLITE OFF) 33 set(ENABLE_SQLITE OFF)
34 set(ENABLE_ZLIB ON) 34 set(ENABLE_ZLIB ON)
35 set(HAS_EMBEDDED_RESOURCES ON)
36 35
37 36
38 ##################################################################### 37 #####################################################################
39 ## CMake parameters tunable by the user 38 ## CMake parameters tunable by the user
40 ##################################################################### 39 #####################################################################