|
|
@ -103,7 +103,7 @@ set_target_properties(glfw PROPERTIES |
|
|
|
target_compile_definitions(glfw PRIVATE _GLFW_USE_CONFIG_H) |
|
|
|
target_compile_definitions(glfw PRIVATE _GLFW_USE_CONFIG_H) |
|
|
|
target_include_directories(glfw PUBLIC |
|
|
|
target_include_directories(glfw PUBLIC |
|
|
|
"$<BUILD_INTERFACE:${GLFW_SOURCE_DIR}/include>" |
|
|
|
"$<BUILD_INTERFACE:${GLFW_SOURCE_DIR}/include>" |
|
|
|
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_FULL_INCLUDEDIR}>") |
|
|
|
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>") |
|
|
|
target_include_directories(glfw PRIVATE |
|
|
|
target_include_directories(glfw PRIVATE |
|
|
|
"${GLFW_SOURCE_DIR}/src" |
|
|
|
"${GLFW_SOURCE_DIR}/src" |
|
|
|
"${GLFW_BINARY_DIR}/src" |
|
|
|
"${GLFW_BINARY_DIR}/src" |
|
|
|