mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Added include directory to glfw target
This commit is contained in:
parent
168ad2a4b3
commit
d2d89a8d80
@ -90,6 +90,7 @@ if (BUILD_SHARED_LIBS)
|
||||
endif()
|
||||
|
||||
if (GLFW_INSTALL)
|
||||
target_include_directories(glfw PUBLIC ${CMAKE_INSTALL_PREFIX}/include)
|
||||
install(TARGETS glfw EXPORT glfwTargets DESTINATION lib${LIB_SUFFIX})
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user