Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2019-05-19 17:16:22 +0300
committerGitHub <noreply@github.com>2019-05-19 17:16:22 +0300
commit48acafd10da684133a029fb0565ea47afc0caaef (patch)
tree61a19b026942b433389f843dab61a2e8a5a0494a /example
parenta532a072cee5841b8fb8bd766c491ae24fa48d13 (diff)
Update CMakeLists.txt
Diffstat (limited to 'example')
-rw-r--r--example/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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")