From 48acafd10da684133a029fb0565ea47afc0caaef Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 19 May 2019 17:16:22 +0300 Subject: Update CMakeLists.txt --- example/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 8efc1eb1..9f69ccc8 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -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") -- cgit v1.2.3