Make the render client install its own component
This commit is contained in:
parent
7710282bd0
commit
423cf877d1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ add_subdirectory(external/fmidi EXCLUDE_FROM_ALL)
|
|||
add_executable(sfizz_render sfizz_render.cpp)
|
||||
target_link_libraries(sfizz_render sfizz::sfizz fmidi)
|
||||
sfizz_enable_lto_if_needed (sfizz_render)
|
||||
install (TARGETS sfizz_render DESTINATION ${CMAKE_INSTALL_BINDIR} OPTIONAL)
|
||||
install (TARGETS sfizz_render DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT "render" OPTIONAL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue