文件名称:ntt_template
文件大小:5KB
文件格式:ZIP
更新时间:2024-04-17 03:22:40
CMake
ntt_template :该部分ntt 模板git repo,用于创建具有cmake支持,示例和单元测试的ntt型库。 编写新库时,最好从此存储库中进行克隆。 用cmake添加 您可以通过cmake将任何ntt-库添加到项目中。 在主项目目录中运行: $ git submodule add https://github.com/haykh/ntt_ < TEMPLATE> .git extern/ntt_ < TEMPLATE> 这将创建一个extern/目录(如果尚不存在)并在其中下载库。 然后,您可以将以下内容添加到CMakeLists.txt文件中,以便代码将ntt_库链接到您的项目: # add the library subdirectory add_subdirectory (extern/ntt_)
【文件预览】:
ntt_template-master
----CMakeLists.txt(254B)
----.gitignore(177B)
----README.md(934B)
----test()
--------CMakeLists.txt(620B)
--------tests.cpp(229B)
----examples()
--------CMakeLists.txt(107B)
--------example.cpp(249B)
----LICENSE(1KB)
----lib()
--------CMakeLists.txt(110B)
--------template.cpp(271B)
--------template.h(287B)