1
0
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:
603185423 2023-09-11 10:54:32 +08:00 committed by GitHub
parent 2b03efece6
commit bef028b293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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::