mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
Renamed source file
This commit is contained in:
parent
221ce33eb5
commit
240f13a0a6
@ -2,7 +2,7 @@ project(spdlog-lite-example CXX)
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
set(LITE_SOURCES example.cpp create_lite.cpp)
|
||||
set(LITE_SOURCES example.cpp create_logger.cpp)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${LITE_SOURCES})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user