0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-28 01:04:41 +08:00

Trying to fix sdk build

This commit is contained in:
Victor Zarubkin 2016-11-13 15:04:00 +03:00
parent bf54ca76d8
commit afbc46b607

View File

@ -43,12 +43,8 @@ endif(UNIX)
target_link_libraries(${PROJECT_NAME} ${PLATFORM_LIBS})
install(TARGETS easy_profiler
DESTINATION lib
COMPONENT sdk
)
install(TARGETS easy_profiler
install(TARGETS ${PROJECT_NAME}
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
COMPONENT sdk
)