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/example
Sean Farrell 7d2b9f3f3e Fix Linux so/static build issue.
Hardened linker do not like mixing shared and static libraries
(who where compiled without -fPIC), thus simply build against the
header only version if not shared library is available.
4 years ago
..
CMakeLists.txt Fix Linux so/static build issue. 4 years ago
example.cpp Fix usage of ranges and to_hex in the same compile unit 4 years ago
library_example.cpp Implements shared library compatible global set_default_logger. 4 years ago
mylibrary.cpp Implements shared library compatible global set_default_logger. 4 years ago
mylibrary.h Implements shared library compatible global set_default_logger. 4 years ago