Mercurial > hg > orthanc
comparison CMakeLists.txt @ 2390:cf0eb76c5e81
fix precompiled headers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Aug 2017 12:05:49 +0200 |
parents | 88402bd5dbf5 |
children | 233d6eeef799 |
comparison
equal
deleted
inserted
replaced
2389:88402bd5dbf5 | 2390:cf0eb76c5e81 |
---|---|
273 | 273 |
274 # "CoreLibrary" contains all the third-party dependencies and the | 274 # "CoreLibrary" contains all the third-party dependencies and the |
275 # content of the "Core" folder, but not OpenSSL, nor DCMTK. | 275 # content of the "Core" folder, but not OpenSSL, nor DCMTK. |
276 add_library(CoreLibrary | 276 add_library(CoreLibrary |
277 STATIC | 277 STATIC |
278 ${ORTHANC_CORE_SOURCES} | 278 ${ORTHANC_CORE_SOURCES_INTERNAL} |
279 ${ORTHANC_CORE_SOURCES_DEPENDENCIES} | |
279 ${AUTOGENERATED_SOURCES} | 280 ${AUTOGENERATED_SOURCES} |
280 ) | 281 ) |
281 | 282 |
282 | 283 |
283 ##################################################################### | 284 ##################################################################### |