mirror of
https://github.com/gabime/spdlog.git
synced 2026-01-02 09:57:55 +08:00
Removed multisink and test in example
This commit is contained in:
@@ -53,11 +53,4 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Android")
|
||||
target_link_libraries(example_header_only log Threads::Threads)
|
||||
endif ()
|
||||
|
||||
add_executable(multisink multisink.cpp)
|
||||
target_link_libraries(multisink spdlog::spdlog)
|
||||
|
||||
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/logs")
|
||||
|
||||
enable_testing()
|
||||
add_test(NAME example COMMAND example)
|
||||
add_test(NAME example_header_only COMMAND example)
|
||||
|
||||
Reference in New Issue
Block a user