diff options
Diffstat (limited to 'NvBlast/tools/compiler/cmake/Windows/DataConverter.cmake')
| -rw-r--r-- | NvBlast/tools/compiler/cmake/Windows/DataConverter.cmake | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/NvBlast/tools/compiler/cmake/Windows/DataConverter.cmake b/NvBlast/tools/compiler/cmake/Windows/DataConverter.cmake new file mode 100644 index 0000000..a0c5316 --- /dev/null +++ b/NvBlast/tools/compiler/cmake/Windows/DataConverter.cmake @@ -0,0 +1,22 @@ +# +# Build DataConverter Windows +# + +SET(DATACONVERTER_PLATFORM_COMMON_FILES +) + +SET(DATACONVERTER_PLATFORM_INCLUDES +) + +SET(DATACONVERTER_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" ) |