]> SALOME platform Git repositories - samples/component.git/blobdiff - src/CMakeLists.txt
Salome HOME
Porting SALOME COMPONENT module to win32 platform.
[samples/component.git] / src / CMakeLists.txt
index 756064d7aea4947a8db36559bed6f97843fee129..ff774dd839decedda5a248e6a0d98df20faead14 100755 (executable)
@@ -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})