Add cmake project files for cpp/ directory and all relevant subdirecctories
+ Add Makefiles generated by CMake JIC make is preferred + Update cmake version, header comments, and project descriptions
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,6 +1,11 @@
|
||||
build/
|
||||
**/build/
|
||||
**/.vscode
|
||||
**/.idea/**
|
||||
**/driver
|
||||
**/*.o
|
||||
**/cmake-build-debug/**
|
||||
**/CMakeCache.txt
|
||||
**/cmake_install.cmake
|
||||
**/CMakeFiles/**
|
||||
**/Makefile
|
||||
**/*.cbp
|
||||
|
||||
Reference in New Issue
Block a user