diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 06677a3..402255c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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) -