We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7105ccc commit 0e8a565Copy full SHA for 0e8a565
src/CMakeLists.txt
@@ -14,6 +14,7 @@
14
# this program. If not, see <https://www.gnu.org/licenses/>.
15
16
find_package(HTSLIB REQUIRED)
17
+find_package(Threads REQUIRED)
18
19
if(NOT TARGET bamxx)
20
add_subdirectory(bamxx)
@@ -32,6 +33,7 @@ target_link_libraries(abismal_objs PUBLIC
32
33
bamxx
34
smithlab_cpp
35
HTSLIB::HTSLIB
36
+ Threads::Threads
37
)
38
# ADS: CMAKE_BINARY_DIR for config.h
39
target_include_directories(abismal_objs PUBLIC
0 commit comments