diff --git a/clients/init-maker/CMakeLists.txt b/clients/init-maker/CMakeLists.txt index 6d45c48e..4df0c984 100644 --- a/clients/init-maker/CMakeLists.txt +++ b/clients/init-maker/CMakeLists.txt @@ -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) \ No newline at end of file +target_link_libraries(${PROJECT_NAME} scxt-core fmt) \ No newline at end of file diff --git a/clients/sfz-token-dump/CMakeLists.txt b/clients/sfz-token-dump/CMakeLists.txt index 5947a3a8..6a54b28d 100644 --- a/clients/sfz-token-dump/CMakeLists.txt +++ b/clients/sfz-token-dump/CMakeLists.txt @@ -6,6 +6,7 @@ add_executable(${PROJECT_NAME} main.cpp) target_link_libraries(${PROJECT_NAME} scxt-core shortcircuit::catch2 + fmt )