Add CMake infrastructure
This commit is contained in:
9
config.h.in
Normal file
9
config.h.in
Normal 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 */
|
||||
|
||||
Reference in New Issue
Block a user