1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-06 14:15:49 +08:00
spdlog/INSTALL
2023-09-24 13:27:26 +03:00

13 lines
170 B
Plaintext

CMake:
add_executable(example example.cpp)
target_link_libraries(example spdlog::spdlog)
Tested on:
gcc 4.8.1 and above
clang 3.5
Visual Studio 2013