comparison OrthancServer/CMakeLists.txt @ 5187:9466c95f70c8 db-protobuf

integrating Protobuf library into Orthanc server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 26 Mar 2023 11:59:03 +0200
parents 0ea402b4d901
children 4c6f0211caaf
comparison
equal deleted inserted replaced
5186:8d19e53cf23e 5187:9466c95f70c8
39 set(ENABLE_JPEG ON) 39 set(ENABLE_JPEG ON)
40 set(ENABLE_LOCALE ON) 40 set(ENABLE_LOCALE ON)
41 set(ENABLE_LUA ON) 41 set(ENABLE_LUA ON)
42 set(ENABLE_OPENSSL_ENGINES ON) # OpenSSL engines are necessary for PKCS11 42 set(ENABLE_OPENSSL_ENGINES ON) # OpenSSL engines are necessary for PKCS11
43 set(ENABLE_PNG ON) 43 set(ENABLE_PNG ON)
44 set(ENABLE_PROTOBUF ON)
44 set(ENABLE_PUGIXML ON) 45 set(ENABLE_PUGIXML ON)
45 set(ENABLE_SQLITE ON) 46 set(ENABLE_SQLITE ON)
46 set(ENABLE_WEB_CLIENT ON) 47 set(ENABLE_WEB_CLIENT ON)
47 set(ENABLE_WEB_SERVER ON) 48 set(ENABLE_WEB_SERVER ON)
48 set(ENABLE_ZLIB ON) 49 set(ENABLE_ZLIB ON)