mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
4 lines
158 B
CMake
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) |