find_package(fmt CONFIG REQUIRED) add_executable(tut1 main.cpp) target_link_libraries(tut1 PRIVATE fmt::fmt)