kraken: add 'config.h'
This commit is contained in:
parent
12f458cf94
commit
7f5f1f9e04
|
@ -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…
Reference in a new issue