aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/compiler/cmake/windows
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2018-09-12 14:12:47 +0200
committerMarijn Tamis <[email protected]>2018-09-12 14:12:47 +0200
commit7bceea80d4a04649f495f4f4331d7e3bdcdb05ca (patch)
tree824767cccf7b516a8c0b32467c6314eaa802f58d /NvCloth/samples/compiler/cmake/windows
parentAdded missing GenerateProjectsIOS.sh file (diff)
downloadnvcloth-7bceea80d4a04649f495f4f4331d7e3bdcdb05ca.tar.xz
nvcloth-7bceea80d4a04649f495f4f4331d7e3bdcdb05ca.zip
1.1.5 Release (24934621)
Diffstat (limited to 'NvCloth/samples/compiler/cmake/windows')
-rw-r--r--NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake5
-rw-r--r--NvCloth/samples/compiler/cmake/windows/SampleBase.cmake2
2 files changed, 0 insertions, 7 deletions
diff --git a/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake b/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake
index ec59323..0673b96 100644
--- a/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake
+++ b/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake
@@ -16,10 +16,5 @@ ADD_CUSTOM_COMMAND(TARGET SampleBase POST_BUILD
${D3DCOMPILER_DLL}
${BL_EXE_OUTPUT_DIR}
)
-ADD_CUSTOM_COMMAND(TARGET SampleBase POST_BUILD
- COMMAND ${CMAKE_COMMAND} -E copy_if_different
- ${ASSIMP_DLLS}
- ${BL_EXE_OUTPUT_DIR}
-)
MESSAGE("Windows/SampleBase.cmake [end]") \ No newline at end of file
diff --git a/NvCloth/samples/compiler/cmake/windows/SampleBase.cmake b/NvCloth/samples/compiler/cmake/windows/SampleBase.cmake
index 0d5e040..46b865a 100644
--- a/NvCloth/samples/compiler/cmake/windows/SampleBase.cmake
+++ b/NvCloth/samples/compiler/cmake/windows/SampleBase.cmake
@@ -35,7 +35,6 @@ if (CMAKE_CL_64)
SET(D3DCOMPILER_DLL "\"$(VC_ExecutablePath_x64_x64)/d3dcompiler_47.dll\"")
- SET(ASSIMP_DLLS ${ASSIMP_DLL_PATH}/Release/assimp-vc140-mt.dll)
else()
SET(SHADOW_LIB ${NVCLOTH_ROOT_DIR}/samples/external/shadow_lib/GFSDK_ShadowLib_DX11.win32.lib)
SET(SHADOW_DLLS ${NVCLOTH_ROOT_DIR}/samples/external/shadow_lib/GFSDK_ShadowLib_DX11.win32.dll)
@@ -45,7 +44,6 @@ else()
SET(D3DCOMPILER_DLL "\"$(VC_ExecutablePath_x86_x86)/d3dcompiler_47.dll\"")
- SET(ASSIMP_DLLS ${ASSIMP_DLL_PATH}/Release/assimp-vc140-mt.dll)
endif()