poet/apps/CMakeLists.txt
2024-03-07 13:54:53 +00:00

4 lines
158 B
CMake

file(GLOB INIT_SRCS CONFIGURE_DEPENDS "initializer/*.cpp")
add_executable(poet_initializer ${INIT_SRCS})
target_link_libraries(poet_initializer RRuntime tug)