[requires] glaze/6.0.1 spdlog/1.16.0 fmt/12.0.0 taskflow/3.10.0 tree-sitter/0.25.9 [generators] CMakeDeps CMakeToolchain [options] spdlog/*:header_only=True fmt/*:header_only=True [layout] cmake_layout # 使用 Clang+libc++ 构建: # CONAN_HOME=/tmp/conan-home conan install . -pr:h=conan/profiles/linux-x86_64-clang -pr:b=conan/profiles/linux-x86_64-clang -of build/clang --build=missing # cmake -S . -B build/clang -DCMAKE_TOOLCHAIN_FILE=$PWD/build/clang/Release/generators/conan_toolchain.cmake -DBUILD_TESTS=ON # cmake --build build/clang --target tsl-server