Update CMakeLists.txt

This commit is contained in:
Jack Christensen 2024-08-19 13:49:14 +00:00
parent 08c9b2a280
commit f07a5b75ba
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ target_link_libraries(TerraVisor PRIVATE GLEW::GLEW glfw glm::glm assimp::assimp
# Point to necessary dll # Point to necessary dll
set(GLEW_DLL "${VCPKG_ROOT}/installed/x64-linux/bin/glew32.dll") set(GLEW_DLL "${VCPKG_ROOT}/installed/x64-linux/bin/glew32.dll")
set(GLFW_DLL "$${VCPKG_ROOT}/installed/x64-linux/bin/glfw3.dll") set(GLFW_DLL "${VCPKG_ROOT}/installed/x64-linux/bin/glfw3.dll")
# Create a post-build step to copy DLLs to the build directory # Create a post-build step to copy DLLs to the build directory
add_custom_command(TARGET TerraVisor POST_BUILD add_custom_command(TARGET TerraVisor POST_BUILD