commit 22b8221ac43284d309a0712056638789edb50e58
parent 5dc51208b3a25d44833554f95c68f32f46dbe628
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 25 Apr 2018 14:17:16 +0200
Workaround to have ctest working again
Was following a move to the Community edition of Visual Studio that left the test par of this project broken.
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -37,6 +37,12 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${RCMAKE_SOURCE_DIR})
include(rcmake)
include(rcmake_runtime)
+if(NO_TEST)
+rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D)
+else()
+rcmake_append_runtime_dirs(_runtime_dirs RSys StarSP Star3DUT Star3D)
+endif()
+
################################################################################
# Configure and define targets
################################################################################