文件名称:hello-d-from-cmake:简单测试将CMake与D一起使用
文件大小:11KB
文件格式:ZIP
更新时间:2024-04-04 12:17:38
D
CMake的你好D 简单测试,将CMake与D一起使用。 依存关系: (包 ) 在实际应用中,这些CMake文件应添加到项目源中, 因为没人会在他们的系统上全局安装这些模块。 使用CMake模块魔术取代,即使从系统中卸载了模块,它也可以在我的机器上运行。 这是什么回购协议? /** * Decided to learn D. No plans yet to use it for an application. * In this example I try to figure out how D manages memory by * reading the docs and getting my hands dirty with some tests, * and compare it to the C++ RAII. * * Also experimentin
【文件预览】:
hello-d-from-cmake-master
----.gitmodules(315B)
----src()
--------interop.d(117B)
--------Class.d(852B)
--------Interface.d(677B)
--------interop2_c.c(53B)
--------interop.cpp(637B)
--------Template.d(322B)
--------CMakeLists.txt(742B)
--------features.d.in(91B)
--------hello.d(6KB)
--------interop2.d(86B)
--------func.d(207B)
----lib()
--------calld.cpp(234B)
--------dlib.d(153B)
--------CMakeLists.txt(207B)
----CMakeLists.txt(278B)
----cmake()
--------modules()
----README.md(5KB)
----libs()
--------cerealed()
--------concepts()
--------CMakeLists.txt(200B)