comparison CMakeLists.txt @ 3920:82e88ff003d7 c-get

merge default -> c-get
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 14:58:24 +0200
parents 4f78da5613a1 7a5fa8f307e9
children 596912ebab5f
comparison
equal deleted inserted replaced
3918:dba48c162b7b 3920:82e88ff003d7
11 11
12 # Enable all the optional components of the Orthanc framework 12 # Enable all the optional components of the Orthanc framework
13 set(ENABLE_CRYPTO_OPTIONS ON) 13 set(ENABLE_CRYPTO_OPTIONS ON)
14 set(ENABLE_DCMTK ON) 14 set(ENABLE_DCMTK ON)
15 set(ENABLE_DCMTK_NETWORKING ON) 15 set(ENABLE_DCMTK_NETWORKING ON)
16 set(ENABLE_DCMTK_TRANSCODING ON)
16 set(ENABLE_GOOGLE_TEST ON) 17 set(ENABLE_GOOGLE_TEST ON)
17 set(ENABLE_JPEG ON) 18 set(ENABLE_JPEG ON)
18 set(ENABLE_LOCALE ON) 19 set(ENABLE_LOCALE ON)
19 set(ENABLE_LUA ON) 20 set(ENABLE_LUA ON)
20 set(ENABLE_OPENSSL_ENGINES ON) # OpenSSL engines are necessary for PKCS11 21 set(ENABLE_OPENSSL_ENGINES ON) # OpenSSL engines are necessary for PKCS11
22 set(ENABLE_PUGIXML ON) 23 set(ENABLE_PUGIXML ON)
23 set(ENABLE_SQLITE ON) 24 set(ENABLE_SQLITE ON)
24 set(ENABLE_WEB_CLIENT ON) 25 set(ENABLE_WEB_CLIENT ON)
25 set(ENABLE_WEB_SERVER ON) 26 set(ENABLE_WEB_SERVER ON)
26 set(ENABLE_ZLIB ON) 27 set(ENABLE_ZLIB ON)
27
28 # To test transcoding
29 #set(ENABLE_DCMTK_TRANSCODING ON)
30 28
31 set(HAS_EMBEDDED_RESOURCES ON) 29 set(HAS_EMBEDDED_RESOURCES ON)
32 30
33 31
34 ##################################################################### 32 #####################################################################