tug/examples/CMakeLists.txt
Max Lübke 16fbefa9ed BREAKING CHANGE: Rename Simulation to Diffusion
chore: Cleanup of applications
2024-06-12 12:22:52 +02:00

8 lines
361 B
CMake

add_executable(BTCS_2D_proto_example BTCS_2D_proto_example.cpp)
add_executable(FTCS_2D_proto_example_mdl FTCS_2D_proto_example_mdl.cpp)
add_executable(FTCS_2D_proto_closed_mdl FTCS_2D_proto_closed_mdl.cpp)
target_link_libraries(BTCS_2D_proto_example tug)
target_link_libraries(FTCS_2D_proto_closed_mdl tug)
target_link_libraries(FTCS_2D_proto_example_mdl tug)