Mercurial > hg > orthanc-wsi
changeset 240:24e5f64263a0
improved CMakeLists.txt
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Jun 2021 09:12:29 +0200 |
parents | bab966288abe |
children | 5ed8d1cee52d |
files | Applications/CMakeLists.txt ViewerPlugin/CMakeLists.txt |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/CMakeLists.txt Sat Jun 12 09:20:44 2021 +0200 +++ b/Applications/CMakeLists.txt Wed Jun 23 09:12:29 2021 +0200 @@ -42,7 +42,6 @@ endif() link_libraries(${ORTHANC_FRAMEWORK_LIBRARIES}) - include_directories(${ORTHANC_FRAMEWORK_ROOT}) else() include_directories(${ORTHANC_FRAMEWORK_ROOT})
--- a/ViewerPlugin/CMakeLists.txt Sat Jun 12 09:20:44 2021 +0200 +++ b/ViewerPlugin/CMakeLists.txt Wed Jun 23 09:12:29 2021 +0200 @@ -44,7 +44,6 @@ link_libraries(${Boost_LIBRARIES} ${DCMTK_LIBRARIES} jsoncpp) endif() - include_directories(${ORTHANC_FRAMEWORK_ROOT}) link_libraries(${ORTHANC_FRAMEWORK_LIBRARIES}) else()