From f07a5b75ba857ecf5f5e5aead6f3905ea4a73b0f Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 19 Aug 2024 13:49:14 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f8510c..6e4499c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ target_link_libraries(TerraVisor PRIVATE GLEW::GLEW glfw glm::glm assimp::assimp # Point to necessary 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 add_custom_command(TARGET TerraVisor POST_BUILD