aboutsummaryrefslogtreecommitdiff
path: root/tools/compiler/cmake/Windows/AuthoringTool.cmake
blob: f981c1fa4b90dadc845a7252c3fc22a46febe61b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"	)