Skip to content
Snippets Groups Projects
Commit 8c1b59f8 authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Remove dependency on platform header paths

The tests and examples should not need these paths.

(cherry picked from commit d74c1811)
parent 5a1512aa
No related branches found
No related tags found
No related merge requests found
link_libraries(glfw)
include_directories(${glfw_INCLUDE_DIRS} "${GLFW_SOURCE_DIR}/deps")
include_directories("${GLFW_SOURCE_DIR}/deps")
if (MATH_LIBRARY)
link_libraries("${MATH_LIBRARY}")
......
link_libraries(glfw)
include_directories(${glfw_INCLUDE_DIRS} "${GLFW_SOURCE_DIR}/deps")
include_directories("${GLFW_SOURCE_DIR}/deps")
if (MATH_LIBRARY)
link_libraries("${MATH_LIBRARY}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment