X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=3c6611d2ab08b77e57516b295aebb0b76fdcae55;hb=refs%2Ftags%2FV8_1_0rc2;hp=756064d7aea4947a8db36559bed6f97843fee129;hpb=09e6adcc471b53fd56bde18af7bb92bf3c9192a1;p=samples%2Fcomponent.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 756064d..3c6611d 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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})