Files
cppbessot/tests/CMakeLists.txt
T

10 lines
348 B
CMake
Raw Normal View History

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()
2026-03-02 22:10:36 -04:00
add_subdirectory(googletest)
add_subdirectory(cpp-serdes)
add_subdirectory(odb-orm)
add_subdirectory(db-actions)