ntt_template 源码
ntt_template :该部分ntt 模板git repo,用于创建具有cmake支持,示例和单元测试的ntt型库。 编写新库时,最好从此存储库中进行克隆。 用cmake添加 您可以通过cmake将任何ntt-库添加到项目中。 在主项目目录中运行: $ git submodule add https://github.com/haykh/ntt_ .git extern/ntt_ 这将创建一个extern/目录(如果尚不存在)并在其中下载库。 然后,您可以将以下内容添加到CMakeLists.txt文件中,以便代码将ntt_库链接到您的项目: # add the library subdirectory add_subdirectory (extern/ntt_)
文件列表
ntt_template-master.zip
(预估有个11文件)
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
暂无评论