comparison Samples/Sdl/SimpleViewer/CMakeLists.txt @ 1382:9d138883be66

Proper command-line parameter management for SDL sample
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 22 Apr 2020 19:55:34 +0200
parents dc5acb03ad93
children
comparison
equal deleted inserted replaced
1381:f4a06ad1580b 1382:9d138883be66
30 ) 30 )
31 31
32 SortFilesInSourceGroups() 32 SortFilesInSourceGroups()
33 33
34 add_executable(SdlSimpleViewer 34 add_executable(SdlSimpleViewer
35 ../SdlHelpers.h
36 ../../CommonHelpers.h
35 SdlSimpleViewerApplication.h 37 SdlSimpleViewerApplication.h
36 SdlSimpleViewer.cpp 38 SdlSimpleViewer.cpp
37 ${ORTHANC_STONE_SOURCES} 39 ${ORTHANC_STONE_SOURCES}
38 ) 40 )
39 41