From ca0addb54cc749d21b0919769cf9fc791f28335a Mon Sep 17 00:00:00 2001 From: Shylie Date: Thu, 30 May 2024 12:05:52 -0400 Subject: [PATCH] Fix unable to find glfw header --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9e730e..f149f00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,6 +69,7 @@ add_executable(glerminal WIN32 target_link_libraries(glerminal PRIVATE + glfw glerminallib lua_static )