mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-01 02:42:39 +08:00
CMake Script - Copy PDB files during installation
This commit is contained in:
parent
2b03efece6
commit
bef028b293
@ -137,6 +137,8 @@ install(TARGETS ${library_name}
|
||||
INCLUDES DESTINATION include/${library_name}
|
||||
)
|
||||
|
||||
install(FILES $<TARGET_PDB_FILE:${library_name}> DESTINATION bin OPTIONAL)
|
||||
|
||||
install(EXPORT adsTargets
|
||||
FILE adsTargets.cmake
|
||||
NAMESPACE ads::
|
||||
|
Loading…
Reference in New Issue
Block a user