mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
lite wip
This commit is contained in:
13
lite-example/CMakeLists.txt
Normal file
13
lite-example/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
project(spdlog-lite-example CXX)
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
set(LITE_SOURCES example.cpp create_lite.cpp)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${LITE_SOURCES})
|
||||
|
||||
include_directories(../lite)
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE Threads::Threads)
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE spdlog_lite)
|
||||
|
||||
|
Reference in New Issue
Block a user