mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2024-11-21 16:40:04 +00:00
Fix unable to find glfw header (for real this time?)
This commit is contained in:
parent
ca0addb54c
commit
fa8b8bfcf8
@ -69,10 +69,9 @@ add_executable(glerminal WIN32
|
|||||||
|
|
||||||
target_link_libraries(glerminal
|
target_link_libraries(glerminal
|
||||||
PRIVATE
|
PRIVATE
|
||||||
glfw
|
|
||||||
glerminallib
|
glerminallib
|
||||||
lua_static
|
lua_static
|
||||||
)
|
)
|
||||||
|
|
||||||
if (PROJECT_IS_TOP_LEVEL)
|
if (PROJECT_IS_TOP_LEVEL)
|
||||||
add_subdirectory(examples examples)
|
add_subdirectory(examples examples)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <glerminal.h>
|
#include <glerminal.h>
|
||||||
#include <glfw/glfw3.h>
|
#include <GLFW/glfw3.h>
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user