Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if(NOT BUILD_TESTS_ONLY)
add_executable(lob_app
src/main.cpp
src/order_book.cpp
src/price_ladder.cpp
src/binance_adapter.cpp
src/kraken_adapter.cpp
)
Expand Down Expand Up @@ -55,6 +56,7 @@ if(BUILD_TESTS)
tests/test_symbol_normalizer.cpp
tests/test_kraken_utils.cpp
src/order_book.cpp
src/price_ladder.cpp
)

target_include_directories(lob_tests PRIVATE src)
Expand Down
Loading
Loading