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:
parent
fde1355653
commit
94ebfbdfcb
5 changed files with 29 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue