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
6 changes: 3 additions & 3 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Python_add_library(_core MODULE WITH_SOABI
src/bindings/python_bindings.cpp
src/seqwin/graph.cpp
src/seqwin/helpers.cpp
src/btllib/minimizer.cpp
vendor/btllib/minimizer.cpp
src/seqwin/fasta_reader.cpp
src/btllib/status.cpp
vendor/btllib/status.cpp
)

target_include_directories(_core PRIVATE include "${PYBIND11_INCLUDE}")
target_include_directories(_core PRIVATE include vendor "${PYBIND11_INCLUDE}")
target_link_libraries(_core PRIVATE Python::Module zlibstatic)
target_compile_definitions(_core PRIVATE PYBIND11_DETAILED_ERROR_MESSAGES)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading