Add CMake infrastructure

This commit is contained in:
2013-05-17 18:26:08 +02:00
parent 156e12c456
commit 9c024a57cd
5 changed files with 133 additions and 44 deletions

9
config.h.in Normal file
View File

@@ -0,0 +1,9 @@
#ifndef CONFIG_H
#define CONFIG_H
#define PROJECT_NAME "${CMAKE_PROJECT_NAME}"
#define PROJECT_VERSION "${project_VERSION}"
#define PROJECT_URL "${project_URL}"
#endif /* ! CONFIG_H */