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:
parent
82695d1b3d
commit
ee37d4b7ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user