diff options
| author | Bryan Galdrikian <[email protected]> | 2017-10-24 15:25:02 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2017-10-24 15:25:02 -0700 |
| commit | b0c11962f6012430da3bcaa2727288046b33d648 (patch) | |
| tree | cf13338fa4fd7072badf64f751f94abeeb437003 /test/compiler/cmake/BlastPerfTests.cmake | |
| parent | linux build fix - all configs (diff) | |
| download | blast-b0c11962f6012430da3bcaa2727288046b33d648.tar.xz blast-b0c11962f6012430da3bcaa2727288046b33d648.zip | |
Changes for 1.1.1
See README.md
Diffstat (limited to 'test/compiler/cmake/BlastPerfTests.cmake')
| -rw-r--r-- | test/compiler/cmake/BlastPerfTests.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/compiler/cmake/BlastPerfTests.cmake b/test/compiler/cmake/BlastPerfTests.cmake index 7c17c04..3399b7b 100644 --- a/test/compiler/cmake/BlastPerfTests.cmake +++ b/test/compiler/cmake/BlastPerfTests.cmake @@ -24,6 +24,7 @@ SET(PERF_SOURCE_FILES ${PERF_SOURCE_DIR}/BlastBasePerfTest.h ${PERF_SOURCE_DIR}/SolverPerfTests.cpp + ${PERF_SOURCE_DIR}/DamagePerfTests.cpp ) SET(SDK_COMMON_FILES @@ -134,7 +135,7 @@ TARGET_COMPILE_OPTIONS(BlastPerfTests TARGET_LINK_LIBRARIES(BlastPerfTests - PRIVATE NvBlastExtShaders NvBlastTk ${GOOGLETEST_LIBRARIES} + PRIVATE NvBlastExtShaders NvBlastTk NvBlastExtSerialization ${GOOGLETEST_LIBRARIES} PRIVATE ${BLASTPERFTESTS_PLATFORM_LINKED_LIBS} ) |