kraken: add 'config.h'
This commit is contained in:
parent
12f458cf94
commit
7f5f1f9e04
2 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ add_subdirectory(csv)
|
|||
add_subdirectory(parse)
|
||||
add_subdirectory(utils)
|
||||
|
||||
configure_file(config.h.in config.h)
|
||||
|
||||
target_link_libraries(kraken PRIVATE
|
||||
csv
|
||||
parse
|
||||
|
|
|
|||
3
src/config.h.in
Normal file
3
src/config.h.in
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#cmakedefine CMAKE_SOURCE_DIR "@CMAKE_SOURCE_DIR@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue