0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-28 17:28:14 +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}) target_link_libraries(${PROJECT_NAME} ${PLATFORM_LIBS})
install(TARGETS easy_profiler install(TARGETS ${PROJECT_NAME}
DESTINATION lib LIBRARY DESTINATION lib
COMPONENT sdk
)
install(TARGETS easy_profiler
RUNTIME DESTINATION bin RUNTIME DESTINATION bin
COMPONENT sdk COMPONENT sdk
) )