mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Renamed source file
This commit is contained in:
parent
c4291510e8
commit
099812d219
@ -2,7 +2,7 @@ project(spdlog-lite-example CXX)
|
|||||||
|
|
||||||
find_package(Threads REQUIRED)
|
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})
|
add_executable(${PROJECT_NAME} ${LITE_SOURCES})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user