diff options
| author | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
| commit | 7115f60b91b5717d90f643fd692010905c7004db (patch) | |
| tree | effd68c6978751c517d54c2f2bb5bb6e7dc93e18 /samples/compiler/cmake/windows/SampleAssetViewer.cmake | |
| parent | Updating BlastTool zip (diff) | |
| download | blast-1.1.3_rc1.tar.xz blast-1.1.3_rc1.zip | |
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
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")
|