X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=win64%2Fsqlite%2FCMakeLists.txt;h=558a32e094770236979d8f48d7c8978e3f62dd82;hb=cc87ce2c00fc2ec3cc2fefc4375b53f7e16ff6fa;hp=2aa17fa0d94718fc6f9f16454f2871eff599d783;hpb=eb28ece612248f85890c32e1861703bffd506d06;p=creaImageIO.git diff --git a/win64/sqlite/CMakeLists.txt b/win64/sqlite/CMakeLists.txt index 2aa17fa..558a32e 100644 --- a/win64/sqlite/CMakeLists.txt +++ b/win64/sqlite/CMakeLists.txt @@ -15,9 +15,17 @@ if ( WIN32 ) endif ( MSVC ) endif ( WIN32 ) + FIND_PACKAGE(GDCM REQUIRED) + INCLUDE_DIRECTORIES(${GDCM_INCLUDE_DIRS}) + + +# ${GDCM_DIR}/bin/Debug/gdcmDSED.lib + # ${GDCM_DIR}/bin/Debug/gdcmMSFF.lib) + add_library ( sqlite3 SHARED ${SOURCES} ${HEADERS} + gdcmDSED.lib ) INSTALL ( TARGETS sqlite3