poet/app/poet.h.in
Max Lübke 67a89cde94 build: move headers to include
build: instead of several libraries, build one lib and link to poet
application
2022-10-05 12:16:53 +02:00

7 lines
94 B
C

#ifndef POET_H
#define POET_H
const char *poet_version = "@POET_VERSION@";
#endif // POET_H