Commit 6179a130 authored by Wieland Morgenstern's avatar Wieland Morgenstern

glfw3 - doesn't work

parent 24a653be
......@@ -18,6 +18,10 @@ Using ccache to speed up recompilation is recommended, but not required, on Linu
- choco install winflexbison3 -y
# TODO doesn't work - mscv10/12 only - msvc version mismatch?
- choco install glfw3 -y
# Install conan package manager?
- choco install conan -y
......
......@@ -16,7 +16,7 @@ elseif(APPLE)
target_include_directories(${CMD_NAME} PRIVATE /usr/local/include)
endif()
elseif(WINDOWS)
find_library(GLFW glfw3 HINTS "${CMAKE_EXTERNAL_LIB}/glfw" REQUIRED NO_DEFAULT_PATH)
find_library(GLFW glfw3 HINTS "${CMAKE_EXTERNAL_LIB}/glfw" REQUIRED)
endif()
target_include_directories(${CMD_NAME} PRIVATE "${CMAKE_EXTERNAL_DEPS}/include")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment