From 459333262bd493ab43a1fd418314c0375d50154c Mon Sep 17 00:00:00 2001 From: Andreas Naumann <andreas.naumann@tu-dresden.de> Date: Fri, 19 Nov 2010 10:16:08 +0000 Subject: [PATCH] automatic creation of the output dir by cmake --- demo/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index 38fc30be..ea9bc8a6 100644 --- a/demo/CMakeLists.txt +++ b/demo/CMakeLists.txt @@ -17,3 +17,6 @@ foreach(s ${sources}) add_executable(${swe} ${s}) target_link_libraries(${swe} ${BASIS_LIBS}) endforeach(s) + +#create the output dir +file(MAKE_DIRECTORY output) -- GitLab