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

Merge pull request #124 from mchiasson/patch-1

fixed the libeasy_profiler.so deployment location
This commit is contained in:
Sergey Yagovtsev 2018-09-06 00:38:20 +03:00 committed by GitHub
commit c352f34c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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