From 6c3f2ddd84fb8dc2ef9920b5f0424029ba51ca1e Mon Sep 17 00:00:00 2001 From: williamistGitHub Date: Fri, 18 Oct 2024 18:17:23 -0400 Subject: [PATCH] fix linking glfw on linux --- ScuffedMinecraft/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScuffedMinecraft/src/CMakeLists.txt b/ScuffedMinecraft/src/CMakeLists.txt index 7f1e66e..0c4a1d8 100644 --- a/ScuffedMinecraft/src/CMakeLists.txt +++ b/ScuffedMinecraft/src/CMakeLists.txt @@ -7,4 +7,4 @@ add_executable(scuffed_mc # make sure the program runs in the right place from visual studio set_target_properties(scuffed_mc PROPERTIES VS_DEBUGGER_WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}/bin") -target_link_libraries(scuffed_mc imgui glfw3) +target_link_libraries(scuffed_mc imgui $,glfw3,glfw>) \ No newline at end of file