diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 24bcbfa..41ad40b 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,7 +1,7 @@ if (build_doc) -file(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/examples) -file(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/html/examples) +file(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/examples + ${PROJECT_BINARY_DIR}/html/examples) file(GLOB EXAMPLE_FILES RELATIVE ${CMAKE_SOURCE_DIR}/examples "*") if (DOT) |