1 Star 0 Fork 1

Jerck / cmake-examples

forked from wang / cmake-examples 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thom Troy 提交于 2019-04-04 22:37 . add description of ExternalProject_Add
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
#
# Sublime Test
#
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
#
# C / C++
#
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.ko
*.elf
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
*.so.*
*.dylib
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
*.lo
# Executables
*.exe
*.out
*.app
/**/build
/**/build.*
.tags
.vscode
1
https://gitee.com/ning_zhen/cmake-examples.git
git@gitee.com:ning_zhen/cmake-examples.git
ning_zhen
cmake-examples
cmake-examples
master

搜索帮助