fix *.in files being mistakenly ignored by git, fixed missing cmake.hpp.in
This commit is contained in:
parent
aec4d311b6
commit
d7c50a1941
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@"
|
Loading…
Reference in New Issue
Block a user