forked from Green-Sky/tomato
only install if executable (for now)
This commit is contained in:
parent
c74025ceac
commit
b10e1ed99a
@ -7,6 +7,8 @@ if (TOMATO_MAIN_SO)
|
|||||||
target_compile_definitions(tomato PUBLIC TOMATO_MAIN_SO)
|
target_compile_definitions(tomato PUBLIC TOMATO_MAIN_SO)
|
||||||
else()
|
else()
|
||||||
add_executable(tomato)
|
add_executable(tomato)
|
||||||
|
|
||||||
|
install(TARGETS tomato)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_sources(tomato PUBLIC
|
target_sources(tomato PUBLIC
|
||||||
@ -221,5 +223,3 @@ target_link_libraries(test_frame_stream2_pop_reframer
|
|||||||
solanaceae_util
|
solanaceae_util
|
||||||
)
|
)
|
||||||
|
|
||||||
install(TARGETS tomato)
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user