after build all and install
test file_events_example(),
Undefined identifier file_event_handlers and filename_t
CMakeLists.txt:
---------------------------------------------------------------------------------------
Library sources
---------------------------------------------------------------------------------------
set(SPDLOG_HEADERS
"include/spdlog/common.h"
"include/spdlog/file_event_handlers.h" <- add
"include/spdlog/filename_t.h" <- add
……
)