From 6b3be12b0c3b19068ab6d6109d73b2677ed9468b Mon Sep 17 00:00:00 2001 From: Camille GOUTTEBROZE Date: Tue, 16 Sep 2014 16:37:18 +0200 Subject: [PATCH] CMakeLists.txt for app-template --- bin/app-template/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/app-template/CMakeLists.txt diff --git a/bin/app-template/CMakeLists.txt b/bin/app-template/CMakeLists.txt new file mode 100644 index 000000000..f0aba2a64 --- /dev/null +++ b/bin/app-template/CMakeLists.txt @@ -0,0 +1,3 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8 FATAL_ERROR) + +FILE ( COPY src/salomeContext.py src/salomeContextUtils.py.in src/parseConfigFile.py DESTINATION bin/salome ) -- 2.39.2