only install if executable (for now)

This commit is contained in:
Green Sky 2025-04-10 10:26:28 +02:00
parent c74025ceac
commit b10e1ed99a
No known key found for this signature in database
GPG Key ID: DBE05085D874AB4A

View File

@ -7,6 +7,8 @@ if (TOMATO_MAIN_SO)
target_compile_definitions(tomato PUBLIC TOMATO_MAIN_SO)
else()
add_executable(tomato)
install(TARGETS tomato)
endif()
target_sources(tomato PUBLIC
@ -221,5 +223,3 @@ target_link_libraries(test_frame_stream2_pop_reframer
solanaceae_util
)
install(TARGETS tomato)