aboutsummaryrefslogtreecommitdiff
path: root/samples/compiler/cmake/windows/SampleBase.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'samples/compiler/cmake/windows/SampleBase.cmake')
-rwxr-xr-x[-rw-r--r--]samples/compiler/cmake/windows/SampleBase.cmake42
1 files changed, 21 insertions, 21 deletions
diff --git a/samples/compiler/cmake/windows/SampleBase.cmake b/samples/compiler/cmake/windows/SampleBase.cmake
index 19133c4..48eef00 100644..100755
--- a/samples/compiler/cmake/windows/SampleBase.cmake
+++ b/samples/compiler/cmake/windows/SampleBase.cmake
@@ -1,21 +1,21 @@
-#
-# Build SampleBase Windows
-#
-
-SET(SAMPLEBASE_PLATFORM_COMMON_FILES
-)
-
-SET(SAMPLEBASE_PLATFORM_INCLUDES
-)
-
-SET(SAMPLEBASE_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(SAMPLEBASE_ADDITIONAL_DLLS "")
+#
+# Build SampleBase Windows
+#
+
+SET(SAMPLEBASE_PLATFORM_COMMON_FILES
+)
+
+SET(SAMPLEBASE_PLATFORM_INCLUDES
+)
+
+SET(SAMPLEBASE_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(SAMPLEBASE_ADDITIONAL_DLLS "")