Mercurial > hg > orthanc-stone
changeset 1364:dd50d0852ae2 broker
SdlSimpleViewer fixes
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Sat, 18 Apr 2020 14:35:10 +0200 |
parents | b497e1217aa5 |
children | c7d98d750224 |
files | Samples/Sdl/SimpleViewer/CMakeLists.txt |
diffstat | 1 files changed, 6 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/Samples/Sdl/SimpleViewer/CMakeLists.txt Fri Apr 17 18:18:57 2020 +0200 +++ b/Samples/Sdl/SimpleViewer/CMakeLists.txt Sat Apr 18 14:35:10 2020 +0200 @@ -1,16 +1,11 @@ cmake_minimum_required(VERSION 2.8.3) -project(SdlViewer) - -set(ALLOW_DOWNLOADS ON) - -set(STONE_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../../) - -set(STATIC_BUILD ON) -set(MSVC_MULTIPLE_PROCESSES ON) +project(SdlSimpleViewer) set(ORTHANC_FRAMEWORK_SOURCE "path") set(ORTHANC_FRAMEWORK_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../../../orthanc) +set(STONE_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../../) + include(${STONE_ROOT}/Resources/CMake/OrthancStoneParameters.cmake) SET(ENABLE_GOOGLE_TEST OFF) @@ -33,10 +28,10 @@ -DORTHANC_DEFAULT_DICOM_ENCODING=Encoding_Latin1 ) -add_executable(OrthancStone +add_executable(SdlSimpleViewer SdlSimpleViewerApplication.h - SimpleViewer.cpp + SdlSimpleViewer.cpp ${ORTHANC_STONE_SOURCES} ) -target_link_libraries(OrthancStone ${DCMTK_LIBRARIES}) +target_link_libraries(SdlSimpleViewer ${DCMTK_LIBRARIES})