Skip to content

Commit

Permalink
spot changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tlemane committed Dec 5, 2023
1 parent ec1c62b commit c9f32c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,14 @@ target_include_directories(headers INTERFACE
)

add_library(links INTERFACE)
target_link_libraries(links INTERFACE pthread dl ${BZIP2_LIBRARIES} Zstd::Zstd)
target_link_libraries(links INTERFACE pthread dl)

add_library(deps INTERFACE)

add_subdirectory(thirdparty)

target_link_libraries(links INTERFACE ${BZIP2_LIBRARIES} Zstd::Zstd)

set(THIRDPARTY_DIR ${PROJECT_SOURCE_DIR}/thirdparty)

include(GitUtils)
Expand Down

0 comments on commit c9f32c6

Please sign in to comment.