aboutsummaryrefslogtreecommitdiff
path: root/tools/compiler/cmake/Windows/LegacyConverter.cmake
blob: 5653bb9581aba08f6c3427974a4f4feb2b5ad332 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Build LegacyConverter Windows
#

SET(LEGACYCONVERTER_PLATFORM_COMMON_FILES
)

SET(LEGACYCONVERTER_PLATFORM_INCLUDES
)

SET(LEGACYCONVERTER_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}>
)