Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKnopik committed Dec 18, 2024
1 parent 0ab2f7b commit 5239aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/http/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set(http_HDR
)

add_library(http OBJECT ${http_SRC})
target_include_directories(http PRIVATE "../")
target_link_libraries(http PRIVATE Boost::json)
set_target_properties(http PROPERTIES UNITY_BUILD ${ENABLE_UNITY_BUILD})

Expand Down

0 comments on commit 5239aee

Please sign in to comment.