aboutsummaryrefslogtreecommitdiff
path: root/NvBlast/tools/compiler/cmake/Windows/AuthoringTool.cmake
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2017-02-21 12:07:59 -0800
committerBryan Galdrikian <[email protected]>2017-02-21 12:07:59 -0800
commit446ce137c6823ba9eff273bdafdaf266287c7c98 (patch)
treed20aab3e2ed08d7b3ca71c2f40db6a93ea00c459 /NvBlast/tools/compiler/cmake/Windows/AuthoringTool.cmake
downloadblast-446ce137c6823ba9eff273bdafdaf266287c7c98.tar.xz
blast-446ce137c6823ba9eff273bdafdaf266287c7c98.zip
first commitv1.0.0-beta
Diffstat (limited to 'NvBlast/tools/compiler/cmake/Windows/AuthoringTool.cmake')
-rw-r--r--NvBlast/tools/compiler/cmake/Windows/AuthoringTool.cmake22
1 files changed, 22 insertions, 0 deletions
diff --git a/NvBlast/tools/compiler/cmake/Windows/AuthoringTool.cmake b/NvBlast/tools/compiler/cmake/Windows/AuthoringTool.cmake
new file mode 100644
index 0000000..f981c1f
--- /dev/null
+++ b/NvBlast/tools/compiler/cmake/Windows/AuthoringTool.cmake
@@ -0,0 +1,22 @@
+#
+# Build AuthoringTool Windows
+#
+
+SET(AUTHORTINGTOOL_PLATFORM_COMMON_FILES
+)
+
+SET(AUTHORTINGTOOL_PLATFORM_INCLUDES
+)
+
+SET(AUTHORTINGTOOL_COMPILE_DEFS
+ # Common to all configurations
+ ${BLASTTOOLS_SLN_COMPILE_DEFS};_CONSOLE
+
+ $<$<CONFIG:debug>:${BLASTTOOLS_SLN_DEBUG_COMPILE_DEFS}>
+ $<$<CONFIG:checked>:${BLASTTOOLS_SLN_CHECKED_COMPILE_DEFS}>
+ $<$<CONFIG:profile>:${BLASTTOOLS_SLN_PROFILE_COMPILE_DEFS}>
+ $<$<CONFIG:release>:${BLASTTOOLS_SLN_RELEASE_COMPILE_DEFS}>
+)
+
+#TARGET_LINK_LIBRARIES(NvBlast PUBLIC ${NVTOOLSEXT_LIBRARIES})
+#SET_TARGET_PROPERTIES(NvBlast PROPERTIES LINK_FLAGS "/MAP" )