mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-24 17:41:34 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
a532a072ce
commit
48acafd10d
@ -47,5 +47,5 @@ target_link_libraries(example spdlog::spdlog)
|
|||||||
add_executable(example_header_only example.cpp)
|
add_executable(example_header_only example.cpp)
|
||||||
target_link_libraries(example_header_only spdlog::spdlog_header_only)
|
target_link_libraries(example_header_only spdlog::spdlog_header_only)
|
||||||
|
|
||||||
|
# Create logs directory
|
||||||
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/logs")
|
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/logs")
|
||||||
|
Loading…
Reference in New Issue
Block a user