cmake构建msvc工程示例

时间:2023-07-11 10:45:53
【文件属性】:
文件名称:cmake构建msvc工程示例
文件大小:421KB
文件格式:ZIP
更新时间:2023-07-11 10:45:53
cmake cmake构建sln及工程文件的简单示例。附原始工程文件和cmakelist.txt。示例中配置工程包含头文件源文件资源文件,及编译选项的方法。示例中只配置了release x64版本。未对复杂目录结构进行说明,有兴趣可参考官方文档自行研究。
【文件预览】:
MyTest2
----.vs()
--------MyTest2()
----MyTest2.sln(1KB)
----MyTest2()
--------CMakeLists.txt(1KB)
--------detours.h(38KB)
--------MyTest2Dlg.cpp(2KB)
--------MyTest2.vcxproj.user(165B)
--------DetoursHook.h(2KB)
--------MyTest2.vcxproj(11KB)
--------stdafx.h(2KB)
--------MyTest2.vcxproj.filters(2KB)
--------targetver.h(314B)
--------HookEngineWrapper.cpp(138B)
--------DetoursHook.cpp(2KB)
--------MyTest2.rc(9KB)
--------lib64()
--------MyTest2.cpp(3KB)
--------stdafx.cpp(209B)
--------ReadMe.txt(50B)
--------Resource.h(442B)
--------lib86()
--------HookEngineWrapper.h(1KB)
--------MyTest2.h(511B)
--------MyTest2Dlg.h(593B)
--------res()

网友评论