Skip to content

Commit

Permalink
src: initial add of src/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aleflm committed Dec 23, 2024
1 parent f600785 commit 28db0eb
Show file tree
Hide file tree
Showing 8 changed files with 389 additions and 138 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ add_subdirectory(doc)

include(cmake/crc32c.cmake)
include(cmake/leveldb.cmake)
include(cmake/minisketch.cmake)
add_subdirectory(src)

include(cmake/tests.cmake)
Expand Down
91 changes: 0 additions & 91 deletions cmake/minisketch.cmake

This file was deleted.

1 change: 0 additions & 1 deletion cmake/script/CoverageInclude.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ list(APPEND LCOV_FILTER_COMMAND -p "src/leveldb/")
list(APPEND LCOV_FILTER_COMMAND -p "src/crc32c/")
list(APPEND LCOV_FILTER_COMMAND -p "src/bench/")
list(APPEND LCOV_FILTER_COMMAND -p "src/crypto/ctaes")
list(APPEND LCOV_FILTER_COMMAND -p "src/minisketch")
list(APPEND LCOV_FILTER_COMMAND -p "src/secp256k1")
list(APPEND LCOV_FILTER_COMMAND -p "depends")

Expand Down
Loading

0 comments on commit 28db0eb

Please sign in to comment.