Skip to content
Snippets Groups Projects
Commit a8944af2 authored by Erik Strand's avatar Erik Strand
Browse files

Add catch2

parent 50fb8c45
Branches
No related tags found
No related merge requests found
# Catch2
# TODO: integrate with ctest
add_library(catch2 INTERFACE)
target_include_directories(catch2 INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/catch2)
# clara
add_library(clara INTERFACE)
target_include_directories(clara INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/clara)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment