comparison Samples/Sdl/CMakeLists.txt @ 698:8b6adfb62a2f refactor-viewport-controller

Code is broken -- stashing ongoing work in a branch
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 15 May 2019 16:56:17 +0200
parents 1e9ed656318e
children 2fd96a637a59
comparison
equal deleted inserted replaced
660:cb3b76d16234 698:8b6adfb62a2f
67 ) 67 )
68 LIST(APPEND TRACKERSAMPLE_SOURCE "../../../SDL-Console/SDL_Console.c") 68 LIST(APPEND TRACKERSAMPLE_SOURCE "../../../SDL-Console/SDL_Console.c")
69 LIST(APPEND TRACKERSAMPLE_SOURCE "../../../SDL-Console/SDL_Console.h") 69 LIST(APPEND TRACKERSAMPLE_SOURCE "../../../SDL-Console/SDL_Console.h")
70 endif() 70 endif()
71 71
72 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/AngleMeasureTool.cpp")
73 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/AngleMeasureTool.h")
74
75 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/CreateAngleMeasureTracker.cpp")
76 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/CreateAngleMeasureTracker.h")
77 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/CreateCircleMeasureTracker.cpp")
78 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/CreateCircleMeasureTracker.h")
79 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/CreateLineMeasureTracker.cpp")
80 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/CreateLineMeasureTracker.h")
81
82 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/CreateMeasureTracker.cpp")
83 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/CreateMeasureTracker.h")
84
85 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/CreateSimpleTrackerAdapter.cpp")
86
87 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/EditAngleMeasureTracker.cpp")
88 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/EditAngleMeasureTracker.h")
89 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/EditCircleMeasureTracker.cpp")
90 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/EditCircleMeasureTracker.h")
91 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/EditLineMeasureTracker.cpp")
92 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/EditLineMeasureTracker.h")
93
94 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/IFlexiblePointerTracker.h")
95
96 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/LineMeasureTool.cpp")
97 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/LineMeasureTool.h")
98
99 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/MeasureCommands.cpp")
100 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/MeasureCommands.h")
101 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/MeasureTools.cpp")
102 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/MeasureTools.h")
103
104 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/MeasureToolsToolbox.cpp")
105 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/MeasureToolsToolbox.h")
106
107 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/MeasureTrackers.cpp")
108 LIST(APPEND TRACKERSAMPLE_SOURCE "../Common/MeasureTrackers.h")
109
110 LIST(APPEND TRACKERSAMPLE_SOURCE "TrackerSample.cpp") 72 LIST(APPEND TRACKERSAMPLE_SOURCE "TrackerSample.cpp")
111 LIST(APPEND TRACKERSAMPLE_SOURCE "TrackerSampleApp.cpp") 73 LIST(APPEND TRACKERSAMPLE_SOURCE "TrackerSampleApp.cpp")
112 LIST(APPEND TRACKERSAMPLE_SOURCE "TrackerSampleApp.h") 74 LIST(APPEND TRACKERSAMPLE_SOURCE "TrackerSampleApp.h")
113 75
114 if (MSVC AND MSVC_VERSION GREATER 1700) 76 if (MSVC AND MSVC_VERSION GREATER 1700)