Salome HOME
Win32 compatibility
authorana <ana@opencascade.com>
Mon, 22 Oct 2012 06:50:21 +0000 (06:50 +0000)
committerana <ana@opencascade.com>
Mon, 22 Oct 2012 06:50:21 +0000 (06:50 +0000)
salome_adm/cmake_files/am2cmake.py

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