Skip to content
Snippets Groups Projects
Commit cb0f48a4 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Add autocheck submodule. Shall replace quickcheck.

parent fe50917a
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,6 @@
[submodule "ThirdParty/tclap"]
path = ThirdParty/tclap
url = https://github.com/ufz/tclap.git
[submodule "ThirdParty/autocheck"]
path = ThirdParty/autocheck
url = https://github.com/thejohnfreeman/autocheck.git
......@@ -107,6 +107,7 @@ add_subdirectory( ThirdParty )
include_directories( SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty )
include_directories( SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/gtest/include )
include_directories( SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/quickcheck )
include_directories( SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/autocheck/include )
include_directories( SYSTEM ${CMAKE_CURRENT_BINARY_DIR}/ThirdParty/zlib )
include_directories( SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/tclap/include )
......
Subproject commit 49af9638d40e21e8c4f1ad5b1fed3e75b825e8ff
......@@ -6,6 +6,7 @@ if(NOT OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT)
endif()
set(REQUIRED_SUBMODULES
ThirdParty/quickcheck
ThirdParty/autocheck
ThirdParty/vtkdiff
ThirdParty/tclap
${OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment