Skip to content

Commit

Permalink
Add fmt link for aux things
Browse files Browse the repository at this point in the history
after the header on / header off public fix for windows
  • Loading branch information
baconpaul committed Nov 4, 2024
1 parent b9d6703 commit a522d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clients/init-maker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ project(init-maker)

message(STATUS "Making ${PROJECT_NAME} executable")
add_executable(${PROJECT_NAME} init-maker.cpp)
target_link_libraries(${PROJECT_NAME} scxt-core)
target_link_libraries(${PROJECT_NAME} scxt-core fmt)
1 change: 1 addition & 0 deletions clients/sfz-token-dump/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ add_executable(${PROJECT_NAME} main.cpp)
target_link_libraries(${PROJECT_NAME}
scxt-core
shortcircuit::catch2
fmt
)


0 comments on commit a522d24

Please sign in to comment.