Remove dependency on platform header paths

The tests and examples should not need these paths.
master
Camilla Löwy ago%!(EXTRA string=6 years)
parent 92c70b2a83
commit d74c18117d
  1. 2
      examples/CMakeLists.txt
  2. 2
      tests/CMakeLists.txt

@ -1,7 +1,7 @@
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}")

@ -1,7 +1,7 @@
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}")

Loading…
Cancel
Save