文件名称:libcmakeserver:使用协程连接到C ++ 17的CMake服务器的库
文件大小:27KB
文件格式:ZIP
更新时间:2024-06-07 14:13:23
C++
libcmake服务器 libcmakeserver是一个包装库,用于连接到C ++的CMake服务器实例。 它利用了现代的C ++ 17功能和Coroutines TS。 要求 lang≥6.0 CMake≥3.12 柯南,或: 提升≥1.67.0 nlohmann / json doctest 建造 柯南 conan create . user/channel --build missing CMake的 构建库本身: mkdir build cd build cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release ninja install 在您的项目中使用它: find_package (cmakeserver REQUIRED ) target_link_libraries (myapp PRIVATE cmakeserver::
【文件预览】:
libcmakeserver-master
----LICENSE_1_0.txt(1KB)
----libcmakeserver()
--------src()
--------CMakeLists.txt(68B)
--------include()
----.clang-format(1KB)
----doc()
--------conf.py(5KB)
--------CMakeLists.txt(1KB)
--------index.rst(857B)
--------API()
----CMakeLists.txt(1KB)
----test()
--------protocol()
--------CMakeLists.txt(348B)
--------main.cpp(64B)
--------system()
----cmake()
--------clang-libc++.cmake(108B)
--------FindCoroutines.cmake(1KB)
--------FindSphinx.cmake(352B)
--------Finddoctest.cmake(355B)
----README.md(722B)
----cmakeserverConfig.cmake(225B)
----conanfile.py(654B)
----.gitignore(28B)
----Doxyfile.in(970B)