aboutsummaryrefslogtreecommitdiff
path: root/test/compiler/cmake/windows/BlastUnitTests.cmake
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-14 16:41:28 +0300
committerAnton Novoselov <[email protected]>2017-08-14 16:41:28 +0300
commit9a1c1d814f3fa0b54b49d90b43130c02bc280f44 (patch)
treeeae6ead883173c66619c30b6a1ed085f3cb70f4d /test/compiler/cmake/windows/BlastUnitTests.cmake
parentUpdated to CL 22627414: (diff)
downloadblast-9a1c1d814f3fa0b54b49d90b43130c02bc280f44.tar.xz
blast-9a1c1d814f3fa0b54b49d90b43130c02bc280f44.zip
Updated to CL 22661993:
* docs updates * authoring fixes * asset view in sample fix * latest blast_tools_and_samples-windows.zip
Diffstat (limited to 'test/compiler/cmake/windows/BlastUnitTests.cmake')
-rw-r--r--test/compiler/cmake/windows/BlastUnitTests.cmake9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/compiler/cmake/windows/BlastUnitTests.cmake b/test/compiler/cmake/windows/BlastUnitTests.cmake
index 9397652..1d20411 100644
--- a/test/compiler/cmake/windows/BlastUnitTests.cmake
+++ b/test/compiler/cmake/windows/BlastUnitTests.cmake
@@ -8,7 +8,7 @@ SET(BLASTUNITTESTS_PLATFORM_COMMON_FILES
)
SET(BLASTUNITTESTS_PLATFORM_INCLUDES
- PRIVATE ${NVTOOLSEXT_INCLUDE_DIRS}
+ PRIVATE $<$<OR:$<CONFIG:debug>,$<CONFIG:checked>,$<CONFIG:profile>>:${NVTOOLSEXT_INCLUDE_DIRS}>
)
SET(BLASTUNITTESTS_COMPILE_DEFS
@@ -26,15 +26,12 @@ if(SERIALIZATION_INCLUDED)
MESSAGE("Serialization included")
SET(BLASTUNITTESTS_PLATFORM_LINKED_LIBS
NvBlastExtSerialization
- ${NVTOOLSEXT_LIB}
+ $<$<OR:$<CONFIG:debug>,$<CONFIG:checked>,$<CONFIG:profile>>:${NVTOOLSEXT_LIB}>
)
else()
MESSAGE("Serialization NOT NOT NOT included")
SET(BLASTUNITTESTS_PLATFORM_LINKED_LIBS
- ${NVTOOLSEXT_LIB}
+ $<$<OR:$<CONFIG:debug>,$<CONFIG:checked>,$<CONFIG:profile>>:${NVTOOLSEXT_LIB}>
)
endif()
-
-#TARGET_LINK_LIBRARIES(NvBlast PUBLIC ${NVTOOLSEXT_LIBRARIES})
-#SET_TARGET_PROPERTIES(NvBlast PROPERTIES LINK_FLAGS "/MAP" )