diff options
Diffstat (limited to 'samples/compiler/cmake/windows/SampleAssetViewer.cmake')
| -rwxr-xr-x[-rw-r--r--] | samples/compiler/cmake/windows/SampleAssetViewer.cmake | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/samples/compiler/cmake/windows/SampleAssetViewer.cmake b/samples/compiler/cmake/windows/SampleAssetViewer.cmake index 20b9f67..6588e51 100644..100755 --- a/samples/compiler/cmake/windows/SampleAssetViewer.cmake +++ b/samples/compiler/cmake/windows/SampleAssetViewer.cmake @@ -1,21 +1,21 @@ -# -# Build SampleAssetViewer Windows -# - -SET(SAMPLEASSETVIEWER_PLATFORM_COMMON_FILES -) - -SET(SAMPLEASSETVIEWER_PLATFORM_INCLUDES -) - -SET(SAMPLEASSETVIEWER_COMPILE_DEFS - # Common to all configurations - ${SAMPLES_SLN_COMPILE_DEFS} - - $<$<CONFIG:debug>:${SAMPLES_SLN_DEBUG_COMPILE_DEFS}> - $<$<CONFIG:checked>:${SAMPLES_SLN_CHECKED_COMPILE_DEFS}> - $<$<CONFIG:profile>:${SAMPLES_SLN_PROFILE_COMPILE_DEFS}> - $<$<CONFIG:release>:${SAMPLES_SLN_RELEASE_COMPILE_DEFS}> -) - -SET(SAMPLEASSETVIEWER_LINK_FLAGS "/SUBSYSTEM:WINDOWS") +#
+# Build SampleAssetViewer Windows
+#
+
+SET(SAMPLEASSETVIEWER_PLATFORM_COMMON_FILES
+)
+
+SET(SAMPLEASSETVIEWER_PLATFORM_INCLUDES
+)
+
+SET(SAMPLEASSETVIEWER_COMPILE_DEFS
+ # Common to all configurations
+ ${SAMPLES_SLN_COMPILE_DEFS}
+
+ $<$<CONFIG:debug>:${SAMPLES_SLN_DEBUG_COMPILE_DEFS}>
+ $<$<CONFIG:checked>:${SAMPLES_SLN_CHECKED_COMPILE_DEFS}>
+ $<$<CONFIG:profile>:${SAMPLES_SLN_PROFILE_COMPILE_DEFS}>
+ $<$<CONFIG:release>:${SAMPLES_SLN_RELEASE_COMPILE_DEFS}>
+)
+
+SET(SAMPLEASSETVIEWER_LINK_FLAGS "/SUBSYSTEM:WINDOWS")
|