TugJulia/examples/CMakeLists.txt
2023-06-06 10:10:12 +02:00

7 lines
285 B
CMake

add_executable(first_example first_example.cpp)
add_executable(second_example second_example.cpp)
add_executable(boundary_example1D boundary_example1D.cpp)
target_link_libraries(first_example tug)
target_link_libraries(second_example tug)
target_link_libraries(boundary_example1D tug)