Fix unable to find glfw header (for real this time?)
Some checks failed
Make PNG / build-app (push) Failing after 16s

This commit is contained in:
Shylie 2024-05-30 12:07:49 -04:00
parent ca0addb54c
commit fa8b8bfcf8
2 changed files with 2 additions and 3 deletions

View File

@ -69,7 +69,6 @@ add_executable(glerminal WIN32
target_link_libraries(glerminal
PRIVATE
glfw
glerminallib
lua_static
)

View File

@ -1,5 +1,5 @@
#include <glerminal.h>
#include <glfw/glfw3.h>
#include <GLFW/glfw3.h>
extern "C"
{