Skip to content
Snippets Groups Projects
CMakeLists.txt 278 B
Newer Older
# the property exercise simulation program
dune_add_test(NAME exercise_properties
              SOURCES exercise_properties.cc)

# add tutorial to the common target
add_dependencies(test_exercises exercise_properties)
# add a symlink for each input file
add_input_file_links()