1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-21 15:50:50 +00:00

Get the config file path from cmake.

This commit is contained in:
King_DuckZ 2015-11-13 19:25:32 +00:00
parent e2cfdb9edb
commit 56735c9d86
5 changed files with 34 additions and 1 deletions

View file

@ -23,5 +23,6 @@
#define VERSION_MINOR @PROJECT_VERSION_MINOR@
#define VERSION_BETA @PROJECT_VERSION_BETA@
#define VERSION_PATCH @PROJECT_VERSION_PATCH@
#define CONFIG_FILE_PATH "@DINDEXER_CONFIG_FILE@"
#endif