Skip to content

Commit

Permalink
Made JSON dependency PUBLIC
Browse files Browse the repository at this point in the history
  • Loading branch information
tornupnegatives committed Mar 21, 2024
1 parent a15f4a4 commit f088cbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,10 @@ cpmaddpackage(
OPTIONS
"BUILD_TESTING OFF")

target_link_libraries(${PROJECT_NAME}
PRIVATE CLI11 nlohmann_json::nlohmann_json samplerate)
target_link_libraries(
${PROJECT_NAME}
PRIVATE CLI11 samplerate
PUBLIC nlohmann_json::nlohmann_json)

###############################################################################
# Artifacts & Sub-Targets #####################################################
Expand Down

0 comments on commit f088cbf

Please sign in to comment.