kraken: move 'Order' definition to 'book'
I think it makes more sense to centralise these important types in the `book` library.
This commit is contained in:
parent
7c9b61b654
commit
21ff896730
7 changed files with 17 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
add_executable(kraken kraken.cc)
|
||||
target_link_libraries(kraken PRIVATE common_options)
|
||||
|
||||
add_subdirectory(book)
|
||||
add_subdirectory(csv)
|
||||
add_subdirectory(parse)
|
||||
add_subdirectory(utils)
|
||||
|
|
@ -8,6 +9,7 @@ add_subdirectory(utils)
|
|||
configure_file(config.h.in config.h)
|
||||
|
||||
target_link_libraries(kraken PRIVATE
|
||||
book
|
||||
csv
|
||||
parse
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue