> static and dynamic linking... Need proper dynamic config > Standalone app basis... Need more rework > CMake proper install
7 lines
101 B
C
7 lines
101 B
C
#ifndef CONFIG_H_
|
|
#define CONFIG_H_
|
|
|
|
#define PRG_VERSION "@PROJECT_VERSION@"
|
|
|
|
#endif /* CONFIG_H_ */
|