CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:PurifySampleProject

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-05-13
  • 文件大小:
    724.51kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

自制的Cmake 衍生库. 能够快速生成项目文件. 设置文件格式简单.需要github for windows 或者Git才能执行.-Home-brewed CMake library. It will help you create project files quickly. Currently works with visual studio and xcode. Github for windows or Git required to compile.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Binaries/Backup/PublicDLL-debug.dll
Binaries/Backup/PublicDLL-debug.ilk
Binaries/Backup/SampleProgram.exe
Binaries/Backup/SampleProgram.ilk
Binaries/Libraries/Debug/3rdPartyLib-debug.lib
Binaries/Libraries/Debug/PrivateLib-debug.lib
Binaries/Libraries/Debug/PublicDLL-debug.exp
Binaries/Libraries/Debug/PublicDLL-debug.lib
Binaries/Libraries/Debug/PublicDLL-debug.pdb
Binaries/Libraries/Debug/SampleProgram.pdb
Binaries/PublicDLL-debug.dll
Binaries/SampleProgram.exe
Source/PublicDLL/PublicDLL/CMakeLists.txt
Source/PublicDLL/PublicDLL/Private/Object/DLLObject.cpp
Source/PublicDLL/PublicDLL/Private/PublicDLL.pch.h
Source/PublicDLL/PublicDLL/Private/PublicDLL.pri.h
Source/PublicDLL/PublicDLL/Public/Object/DLLObject.h
Source/PublicDLL/PublicDLL/Public/PublicDLL.pub.h
Source/PublicDLL/SubComponent/PrivateLib/CMakeLists.txt
Source/PublicDLL/SubComponent/PrivateLib/Private/Object/PrivateLibObject.cpp
Source/PublicDLL/SubComponent/PrivateLib/Private/PrivateLib.pch.h
Source/PublicDLL/SubComponent/PrivateLib/Private/PrivateLib.pri.h
Source/PublicDLL/SubComponent/PrivateLib/Protected/PrivateLib.pro.h
Source/PublicDLL/SubComponent/PrivateLib/Public/Object/PrivateLibObject.h
Source/PublicDLL/SubComponent/PrivateLib/Public/PrivateLib.pub.h
Source/SampleProgram/CMakeLists.txt
Source/SampleProgram/Main/main.cpp
Source/SampleProgram/Private/LocalObject.cpp
Source/SampleProgram/Private/SampleProgram.pch.h
Source/SampleProgram/Private/SampleProgram.pri.h
Source/SampleProgram/Public/LocalObject.h
.gitattributes
.gitignore
CMakeLists.txt
LICENSE
README.md
xCleanUp.bat
xGenerateProjectFiles.bat
yCleanUp.command
yGenerateProjectFiles.command
zCleanUp.sh
zGenerateProjectFiles.sh
3rdParty/3rdPartyLib/CMakeLists.txt
3rdParty/3rdPartyLib/DisorganizedFolder/DisorganizedSource.cpp
3rdParty/3rdPartyLib/DisorganizedHeader.h
3rdParty/glm/CMakeLists.txt
3rdParty/glm/glm/common.hpp
3rdParty/glm/glm/detail/dummy.cpp
3rdParty/glm/glm/detail/func_common.hpp
3rdParty/glm/glm/detail/func_common.inl
3rdParty/glm/glm/detail/func_exponential.hpp
3rdParty/glm/glm/detail/func_exponential.inl
3rdParty/glm/glm/detail/func_geometric.hpp
3rdParty/glm/glm/detail/func_geometric.inl
3rdParty/glm/glm/detail/func_integer.hpp
3rdParty/glm/glm/detail/func_integer.inl
3rdParty/glm/glm/detail/func_matrix.hpp
3rdParty/glm/glm/detail/func_matrix.inl
3rdParty/glm/glm/detail/func_noise.hpp
3rdParty/glm/glm/detail/func_noise.inl
3rdParty/glm/glm/detail/func_packing.hpp
3rdParty/glm/glm/detail/func_packing.inl
3rdParty/glm/glm/detail/func_trigonometric.hpp
3rdParty/glm/glm/detail/func_trigonometric.inl
3rdParty/glm/glm/detail/func_vector_relational.hpp
3rdParty/glm/glm/detail/func_vector_relational.inl
3rdParty/glm/glm/detail/glm.cpp
3rdParty/glm/glm/detail/hint.hpp
3rdParty/glm/glm/detail/intrinsic_common.hpp
3rdParty/glm/glm/detail/intrinsic_common.inl
3rdParty/glm/glm/detail/intrinsic_exponential.hpp
3rdParty/glm/glm/detail/intrinsic_exponential.inl
3rdParty/glm/glm/detail/intrinsic_geometric.hpp
3rdParty/glm/glm/detail/intrinsic_geometric.inl
3rdParty/glm/glm/detail/intrinsic_integer.hpp
3rdParty/glm/glm/detail/intrinsic_integer.inl
3rdParty/glm/glm/detail/intrinsic_matrix.hpp
3rdParty/glm/glm/detail/intrinsic_matrix.inl
3rdParty/glm/glm/detail/intrinsic_trigonometric.hpp
3rdParty/glm/glm/detail/intrinsic_trigonometric.inl
3rdParty/glm/glm/detail/intrinsic_vector_relational.hpp
3rdParty/glm/glm/detail/intrinsic_vector_relational.inl
3rdParty/glm/glm/detail/precision.hpp
3rdParty/glm/glm/detail/precision.inl
3rdParty/glm/glm/detail/setup.hpp
3rdParty/glm/glm/detail/type_float.hpp
3rdParty/glm/glm/detail/type_gentype.hpp
3rdParty/glm/glm/detail/type_gentype.inl
3rdParty/glm/glm/detail/type_half.hpp
3rdParty/glm/glm/detail/type_half.inl
3rdParty/glm/glm/detail/type_int.hpp
3rdParty/glm/glm/detail/type_mat.hpp
3rdParty/glm/glm/detail/type_mat.inl
3rdParty/glm/glm/detail/type_mat2x2.hpp
3rdParty/glm/glm/detail/type_mat2x2.inl
3rdParty/glm/glm/detail/type_mat2x3.hpp
3rdParty/glm/glm/detail/type_mat2x3.inl
3rdParty/glm/glm/detail/type_mat2x4.hpp
3rdParty/glm/glm/detail/type_mat2x4.inl
3rdParty/glm/glm/detail/type_mat3x2.hpp
3rdParty/glm/glm/detail/type_mat3x2.inl
3rdParty/glm/glm/detail/type_mat3x3.hpp
3rdParty/glm/glm/detail/type_mat3x3.inl
3rdParty/glm/glm/detail/type_mat3x4.hpp
3rdParty/glm/glm/detail/type_mat3x4.inl
3rdParty/glm/glm/detail/type_mat4x2.hpp
3rdParty/glm/glm/detail/type_mat4x2.inl
3rdParty/glm/glm/detail/type_mat4x3.hpp
3rdParty/glm/glm/detail/type_mat4x3.inl
3rdParty/glm/glm/detail/type_mat4x4.hpp
3rdParty/glm/glm/detail/type_mat4x4.inl
3rdParty/glm/glm/detail/type_vec.hpp
3rdParty/glm/glm/detail/type_vec.inl
3rdParty/glm/glm/detail/type_vec1.hpp
3rdParty/glm/glm/detail/type_vec1.inl
3rdParty/glm/glm/detail/type_vec2.hpp
3rdParty/glm/glm/detail/type_vec2.inl
3rdParty/glm/glm/detail/type_vec3.hpp
3rdParty/glm/glm/detail/type_vec3.inl
3rdParty/glm/glm/detail/type_vec4.hpp
3rdParty/glm/glm/detail/type_vec4.inl
3rdParty/glm/glm/detail/_features.hpp
3rdParty/glm/glm/detail/_fixes.hpp
3rdParty/glm/glm/detail/_literals.hpp
3rdParty/glm/glm/detail/_noise.hpp
3rdParty/glm/glm/detail/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com