]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Win32 compatibility for HexoticPLUGIN module
authorana <ana@opencascade.com>
Mon, 24 Sep 2012 12:22:36 +0000 (12:22 +0000)
committerana <ana@opencascade.com>
Mon, 24 Sep 2012 12:22:36 +0000 (12:22 +0000)
salome_adm/cmake_files/am2cmake.py

index 20f0e9c7b354101672f49d02df46e9f1417f7640..831727c5870b621a4e48299f92e9485a163e417c 100644 (file)
@@ -1922,7 +1922,7 @@ class CMakeFile(object):
         ENDIF(WINDOWS)
         ''')
         # --
-        if self.module in ["geom", "med"]:
+        if self.module in ["geom", "med", "hexoticplugin"]:
             newlines.append(r'''
             SET(var ${var} -I${CMAKE_CURRENT_SOURCE_DIR})
             SET(var ${var} -I${CMAKE_CURRENT_BINARY_DIR})