BS 0.1.0 构建中

This commit is contained in:
ninemine
2025-06-29 17:43:24 +08:00
parent 206e10dcbd
commit 209a21d46a
10 changed files with 2824 additions and 2 deletions

View File

@@ -46,6 +46,13 @@ endif()
# Sub Project(buf from third-party)
# Find packages for dependencies
find_package(nlohmann_json QUIET)
if(NOT nlohmann_json_FOUND)
message(STATUS "nlohmann_json not found, consider installing it for JSON support")
# You can add FetchContent or other methods to download nlohmann_json here
endif()
# Project
add_subdirectory("Convention")
add_subdirectory("[Test]")