Update CMakeLists.txt

This commit is contained in:
Gabi Melman 2019-05-19 17:16:22 +03:00 committed by GitHub
parent a532a072ce
commit 48acafd10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,5 +47,5 @@ target_link_libraries(example spdlog::spdlog)
add_executable(example_header_only example.cpp)
target_link_libraries(example_header_only spdlog::spdlog_header_only)
# Create logs directory
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/logs")