From: mpv Date: Thu, 31 May 2012 06:22:19 +0000 (+0000) Subject: TRIPOLI project specific configuration X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9b6000f524471ccf7e626d17e056f3e779c6f969;p=modules%2Fkernel.git TRIPOLI project specific configuration --- diff --git a/salome_adm/cmake_files/am2cmake.py b/salome_adm/cmake_files/am2cmake.py index 1ba912010..e8f2af1a9 100644 --- a/salome_adm/cmake_files/am2cmake.py +++ b/salome_adm/cmake_files/am2cmake.py @@ -2417,7 +2417,7 @@ class CMakeFile(object): IF(ext STREQUAL .qm) STRING(REGEX REPLACE .qm .ts input ${f}) ''') - if self.module in ["kernel", "gui", "yacs", "tripoli", "materials"]: + if self.module in ["kernel", "gui", "yacs", "tripoli", "materials", "montecarlo"]: newlines.append(r''' SET(input ${CMAKE_CURRENT_SOURCE_DIR}/resources/${input}) ''')