fix *.in files being mistakenly ignored by git, fixed missing cmake.hpp.in
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
*.in
|
||||
*.o
|
||||
*.so
|
||||
*/.deps
|
||||
|
5
include/cmake.hpp.in
Executable file
5
include/cmake.hpp.in
Executable file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#cmakedefine IS_GIT_REPO "@IS_GIT_REPO@"
|
||||
#cmakedefine GIT_COMMIT_HASH "@GIT_COMMIT_HASH@"
|
||||
#cmakedefine GIT_BRANCH "@GIT_BRANCH@"
|
Reference in New Issue
Block a user