comparison Plugins/Samples/DatabasePlugin/CMakeLists.txt @ 2138:41b70d5b44c9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 15:18:03 +0100
parents 595cf22b3e7e
children a979ded1dbb1
comparison
equal deleted inserted replaced
2137:595cf22b3e7e 2138:41b70d5b44c9
27 27
28 message("Setting the version of the plugin to ${SAMPLE_DATABASE_VERSION}") 28 message("Setting the version of the plugin to ${SAMPLE_DATABASE_VERSION}")
29 29
30 add_definitions( 30 add_definitions(
31 -DORTHANC_SQLITE_STANDALONE=1 31 -DORTHANC_SQLITE_STANDALONE=1
32 -DORTHANC_ENABLE_BASE64=0
32 -DORTHANC_ENABLE_LOGGING=0 33 -DORTHANC_ENABLE_LOGGING=0
33 -DORTHANC_ENABLE_BASE64=0
34 -DORTHANC_ENABLE_MD5=0 34 -DORTHANC_ENABLE_MD5=0
35 -DORTHANC_ENABLE_PLUGINS=1 35 -DORTHANC_ENABLE_PLUGINS=1
36 -DORTHANC_ENABLE_PUGIXML=0
36 -DSAMPLE_DATABASE_VERSION="${SAMPLE_DATABASE_VERSION}" 37 -DSAMPLE_DATABASE_VERSION="${SAMPLE_DATABASE_VERSION}"
37 ) 38 )
38 39
39 add_library(SampleDatabase SHARED 40 add_library(SampleDatabase SHARED
40 ${BOOST_SOURCES} 41 ${BOOST_SOURCES}