Skip to content

Commit

Permalink
Remove libbase as a dependency of libjson.
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccaughey committed May 29, 2024
1 parent 63ebc63 commit d0e40d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/json/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ target_include_directories(json
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/.."
)
target_link_libraries(json
PUBLIC base
PUBLIC astr
PUBLIC cJSON
PUBLIC xmalloc
)

add_executable(json_tests
Expand Down

0 comments on commit d0e40d4

Please sign in to comment.