mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 08:01:51 +08:00
Correct package
This commit is contained in:
parent
c16c1a79aa
commit
52d9e6a8e1
@ -45,7 +45,8 @@ add_subdirectory(reader)
|
||||
add_subdirectory(profiler_gui)
|
||||
|
||||
install(FILES
|
||||
COPYING
|
||||
LICENSE.APACHE
|
||||
LICENSE.GPL3
|
||||
DESTINATION .
|
||||
)
|
||||
|
||||
|
@ -44,8 +44,7 @@ endif(UNIX)
|
||||
target_link_libraries(${PROJECT_NAME} ${PLATFORM_LIBS})
|
||||
|
||||
install(TARGETS ${PROJECT_NAME}
|
||||
LIBRARY DESTINATION lib
|
||||
RUNTIME DESTINATION bin
|
||||
DESTINATION bin
|
||||
COMPONENT sdk
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user