1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-08 13:49:47 +00:00

Move git hash into a dedicated .h so less compiling happens after a commit

This commit is contained in:
King_DuckZ 2016-05-13 10:21:45 +02:00
parent fde1355653
commit 94ebfbdfcb
5 changed files with 29 additions and 1 deletions

View file

@ -67,6 +67,10 @@ configure_file(
"${PROJECT_SOURCE_DIR}/src/${bare_name}Config.h.in"
"${PROJECT_BINARY_DIR}/${bare_name}Config.h"
)
configure_file(
"${PROJECT_SOURCE_DIR}/src/gitinfo.h.in"
"${PROJECT_BINARY_DIR}/gitinfo.h"
)
configure_file(
"${PROJECT_SOURCE_DIR}/dindexer.sql.in"
"${PROJECT_BINARY_DIR}/dindexer.sql"