mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-18 02:54:23 +00:00
9 lines
319 B
CMake
9 lines
319 B
CMake
if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/googletest/CMakeLists.txt")
|
|
message(FATAL_ERROR
|
|
"GoogleTest submodule is missing. Run `git submodule update --init --recursive tests/googletest` from the cppbessot repo root.")
|
|
endif()
|
|
|
|
add_subdirectory(googletest)
|
|
add_subdirectory(cpp-serdes)
|
|
add_subdirectory(odb-orm)
|