mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 08:01:51 +08:00
Merge pull request #124 from mchiasson/patch-1
fixed the libeasy_profiler.so deployment location
This commit is contained in:
commit
c352f34c69
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user