# the solution to the properties exercise
dune_add_test(NAME exercise_properties_solution
              SOURCES main.cc)

# add tutorial to the common target
add_dependencies(test_exercises exercise_properties_solution)

# add a symlink for each input file
add_input_file_links()
