summaryrefslogtreecommitdiff
path: root/compiler/cmake/test_d3d11.cmake
diff options
context:
space:
mode:
authorsabdulajees <[email protected]>2017-02-15 22:28:24 -0600
committersabdulajees <[email protected]>2017-02-15 22:28:24 -0600
commitbcb9fac9a618b36e29757996b7df93404075dfd3 (patch)
tree42f54f9e45e4ac8bb9cad2b1221197b499d4e0ca /compiler/cmake/test_d3d11.cmake
parentRemoving commented out script code (diff)
downloadwaveworks_archive-master.tar.xz
waveworks_archive-master.zip
Remove CUDA Toolkit dependencyHEADmasterNRD_like_API
Diffstat (limited to 'compiler/cmake/test_d3d11.cmake')
-rw-r--r--compiler/cmake/test_d3d11.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmake/test_d3d11.cmake b/compiler/cmake/test_d3d11.cmake
index 78f2470..5ca904d 100644
--- a/compiler/cmake/test_d3d11.cmake
+++ b/compiler/cmake/test_d3d11.cmake
@@ -159,7 +159,7 @@ TARGET_COMPILE_DEFINITIONS(TestD3D11
IF(TARGET_BUILD_PLATFORM STREQUAL "Windows")
# Add linked libraries
- TARGET_LINK_LIBRARIES(TestD3D11 PUBLIC WaveWorks Ws2_32.lib comctl32.lib Usp10.lib ${CUDA_LIBRARIES} dxguid.lib d3d11.lib ${DXUT_LIBRARIES} ${FX11_LIBRARIES} ${DXTK_LIBRARIES})
+ TARGET_LINK_LIBRARIES(TestD3D11 PUBLIC WaveWorks Ws2_32.lib comctl32.lib Usp10.lib dxguid.lib d3d11.lib ${DXUT_LIBRARIES} ${FX11_LIBRARIES} ${DXTK_LIBRARIES})
IF(CMAKE_CL_64)
SET(LIBPATH_SUFFIX "win64")