1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Fix wrong include path in CMake install

This commit is contained in:
Nicolas ELIE 2023-03-06 11:29:31 +01:00
parent 82695d1b3d
commit ee37d4b7ff

View File

@ -123,7 +123,7 @@ install(TARGETS ${library_name}
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
INCLUDES DESTINATION include
INCLUDES DESTINATION include/${library_name}
)
install(EXPORT adsTargets