set(TEST_SRC
  src/main.cpp
)

add_executable(tests ${TEST_SRC})
setup_target(tests)
target_include_directories(tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/Catch/include)
