0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

fixed the libeasy_profiler.so deployment location

Fixes #123
This commit is contained in:
Matt Chiasson 2018-08-24 17:11:14 -04:00 committed by GitHub
parent f9baa19d24
commit 7935ec513f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,9 +306,12 @@ install(
easy_profiler
EXPORT
${targets_export_name}
DESTINATION
bin
INCLUDES DESTINATION "${include_install_dir}"
LIBRARY DESTINATION lib COMPONENT Runtime
ARCHIVE DESTINATION lib COMPONENT Development
RUNTIME DESTINATION bin COMPONENT Runtime
BUNDLE DESTINATION bin COMPONENT Runtime
PUBLIC_HEADER DESTINATION include COMPONENT Development
BUNDLE DESTINATION bin COMPONENT Runtime
)
install(