mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
#0 [core] installing profiler_converter
This commit is contained in:
parent
f9c0b7dc7a
commit
ccb75a0557
@ -11,3 +11,13 @@ include_directories(./include)
|
|||||||
|
|
||||||
add_executable(profiler_converter ${HEADER_FILES} ${CPP_FILES} main.cpp)
|
add_executable(profiler_converter ${HEADER_FILES} ${CPP_FILES} main.cpp)
|
||||||
target_link_libraries(profiler_converter easy_profiler)
|
target_link_libraries(profiler_converter easy_profiler)
|
||||||
|
|
||||||
|
install(
|
||||||
|
TARGETS
|
||||||
|
profiler_converter
|
||||||
|
RUNTIME
|
||||||
|
DESTINATION
|
||||||
|
bin
|
||||||
|
)
|
||||||
|
|
||||||
|
set_property(TARGET profiler_converter PROPERTY INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user