mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
committed by
Camilla Berglund
parent
453631773e
commit
075140aefe
@@ -59,6 +59,9 @@ set_target_properties(glfw PROPERTIES
|
||||
FOLDER "GLFW3")
|
||||
|
||||
target_compile_definitions(glfw PRIVATE -D_GLFW_USE_CONFIG_H)
|
||||
target_include_directories(glfw PUBLIC
|
||||
$<BUILD_INTERFACE:${GLFW_SOURCE_DIR}/include>
|
||||
$<INSTALL_INTERFACE:$<INSTALL_PREFIX>/include>)
|
||||
target_include_directories(glfw PRIVATE
|
||||
"${GLFW_SOURCE_DIR}/src"
|
||||
"${GLFW_BINARY_DIR}/src"
|
||||
|
||||
Reference in New Issue
Block a user