diff options
Diffstat (limited to 'mempool/CMakeLists.txt')
-rw-r--r-- | mempool/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mempool/CMakeLists.txt b/mempool/CMakeLists.txt index fe3e2a5..8c9dd30 100644 --- a/mempool/CMakeLists.txt +++ b/mempool/CMakeLists.txt | |||
@@ -10,6 +10,9 @@ add_library(mempool | |||
10 | target_include_directories(mempool PUBLIC | 10 | target_include_directories(mempool PUBLIC |
11 | include) | 11 | include) |
12 | 12 | ||
13 | target_link_libraries(mempool PRIVATE | ||
14 | cassert) | ||
15 | |||
13 | target_compile_options(mempool PRIVATE -Wall -Wextra) | 16 | target_compile_options(mempool PRIVATE -Wall -Wextra) |
14 | 17 | ||
15 | # Test | 18 | # Test |