Garbage/Tests/CMakeLists.txt

6 lines
130 B
Text
Raw Normal View History

include(${PROJECT_SOURCE_DIR}/CMake/Catch2.cmake)
add_subdirectory(Base64)
add_subdirectory(SQLite)
2025-06-09 01:41:33 +02:00
add_subdirectory(SimpleConf)