Added submodule contents into tree
This commit is contained in:
6
externals/sirit/tests/CMakeLists.txt
vendored
Normal file
6
externals/sirit/tests/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
add_executable(sirit_tests
|
||||
main.cpp)
|
||||
target_link_libraries(sirit_tests PRIVATE sirit)
|
||||
target_include_directories(sirit_tests PRIVATE . ../include)
|
||||
|
||||
add_test(sirit_tests sirit_tests)
|
||||
Reference in New Issue
Block a user