Skip to content

Commit

Permalink
update vcpkg to 2024.02.14
Browse files Browse the repository at this point in the history
the CLI11 port changed from header-only to pre-compiled, and needs a
define set to make the headers work properly, so it needs linking to the
library which uses it
  • Loading branch information
tomjnixon committed Feb 23, 2024
1 parent 95262ad commit 580bf50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if(EAT_BUILD)

# Link dependencies
target_link_libraries(eat PUBLIC adm bw64 ear)
target_link_libraries(eat PRIVATE unofficial::ebur128 CLI11::CLI11
target_link_libraries(eat PRIVATE unofficial::ebur128
nlohmann_json::nlohmann_json valijson)

# Add eat test target
Expand Down Expand Up @@ -166,7 +166,7 @@ if(EAT_BUILD)

if(EAT_BUILD_APPS)
add_executable(eat-process)
target_link_libraries(eat-process PRIVATE EBU::eat)
target_link_libraries(eat-process PRIVATE EBU::eat CLI11::CLI11)

add_subdirectory(src/apps)

Expand Down
2 changes: 1 addition & 1 deletion external/vcpkg
Submodule vcpkg updated 9037 files

0 comments on commit 580bf50

Please sign in to comment.