]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
TRIPOLI project specific configuration
authormpv <mpv@opencascade.com>
Thu, 31 May 2012 06:22:19 +0000 (06:22 +0000)
committermpv <mpv@opencascade.com>
Thu, 31 May 2012 06:22:19 +0000 (06:22 +0000)
salome_adm/cmake_files/am2cmake.py

index 1ba91201098e775db83df8a50bb77a9ef329505e..e8f2af1a9952c973ea6cb77d7c54de3cb38ef2da 100644 (file)
@@ -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})
             ''')