tsl-devkit/lsp-server/conanfile.txt

30 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[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++ 构建Ninja generator
#
# Linux 环境build/clang-linux
# 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-linux --build=missing
# cmake -S . -B build/clang-linux/Release -DCMAKE_TOOLCHAIN_FILE=$PWD/build/clang-linux/Release/generators/conan_toolchain.cmake -DBUILD_TESTS=ON
# cmake --build build/clang-linux/Release --target tsl-server
#
# 跨平台开发build/clang-ninja
# 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-ninja --build=missing
# cmake -S . -B build/clang-ninja -DCMAKE_TOOLCHAIN_FILE=$PWD/build/clang-ninja/Release/generators/conan_toolchain.cmake -DBUILD_TESTS=ON
# cmake --build build/clang-ninja --target tsl-server