You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/INSTALL

15 lines
265 B
Plaintext

Compiled library version:
==================================================================
CMake:
add_executable(example example.cpp)
target_link_libraries(example spdlog::spdlog)
Tested on:
gcc 4.9.1 and above
clang 3.5
Visual Studio 2013