Added basic config.h.in

This commit is contained in:
Snaipe 2015-07-28 19:11:28 +02:00
parent 5f3842c822
commit e0d93f53c7
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -17,6 +17,7 @@
!CMakeLists.txt
!.cmake/*
!src/config.h.in
src/config.h
*~

6
src/config.h.in Normal file
View file

@ -0,0 +1,6 @@
#ifndef CONFIG_H_IN_
# define CONFIG_H_IN_
# define VERSION "${PACKAGE_VERSION}"
#endif /* !CONFIG_H_IN_ */