Skip to content

Commit

Permalink
try linking against spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Jan 14, 2025
1 parent f634b04 commit d64badf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions antigo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ apply_default_settings(TARGETS antigo)
find_package(cpptrace CONFIG REQUIRED)
target_link_libraries(antigo PRIVATE cpptrace::cpptrace)

# XXX remove me
find_package(spdlog CONFIG REQUIRED)
target_link_libraries(antigo PUBLIC spdlog::spdlog)

add_subdirectory(unit)

0 comments on commit d64badf

Please sign in to comment.