Added basic config.h.in
This commit is contained in:
parent
5f3842c822
commit
e0d93f53c7
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,6 +17,7 @@
|
|||
!CMakeLists.txt
|
||||
!.cmake/*
|
||||
|
||||
!src/config.h.in
|
||||
src/config.h
|
||||
|
||||
*~
|
||||
|
|
6
src/config.h.in
Normal file
6
src/config.h.in
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef CONFIG_H_IN_
|
||||
# define CONFIG_H_IN_
|
||||
|
||||
# define VERSION "${PACKAGE_VERSION}"
|
||||
|
||||
#endif /* !CONFIG_H_IN_ */
|
Loading…
Add table
Reference in a new issue