Salome HOME
Increment version: 8.1.0
[samples/component.git] / src / CMakeLists.txt
index 756064d7aea4947a8db36559bed6f97843fee129..3c6611d2ab08b77e57516b295aebb0b76fdcae55 100755 (executable)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -32,13 +32,17 @@ SET(SUBDIRS_COMMON
   TypesCheck
   DataStreamComponent
   SIGNALSComponent
-  UndefinedSymbolComponent
   SIGNALSComponent_Swig
   TestFunctions
 )
 
+IF(NOT WIN32)
+  SET(SUBDIRS_UNDEFINED UndefinedSymbolComponent)
+ENDIF(NOT WIN32)
+
 SET(SUBDIRS
   ${SUBDIRS_COMMON}
+  ${SUBDIRS_UNDEFINED}
 )
 
 FOREACH(dir ${SUBDIRS})