Merge pull request #262 from daniellimws/fmtlib-macros

Logging: Add fmtlib-based macros
This commit is contained in:
bunnei 2018-04-02 21:19:20 -04:00 committed by GitHub
commit c2e0820ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 112 additions and 68 deletions

View file

@ -89,7 +89,7 @@ endif()
create_target_directory_groups(common)
target_link_libraries(common PUBLIC Boost::boost microprofile)
target_link_libraries(common PUBLIC Boost::boost fmt microprofile)
if (ARCHITECTURE_x86_64)
target_link_libraries(common PRIVATE xbyak)
endif()