From: Camille GOUTTEBROZE Date: Tue, 16 Sep 2014 14:37:18 +0000 (+0200) Subject: CMakeLists.txt for app-template X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6b3be12b0c3b19068ab6d6109d73b2677ed9468b;p=modules%2Fkernel.git CMakeLists.txt for app-template --- 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 )