X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FCMakeLists.txt;h=c64d2a557c272cba75a5286c8b05c5a77d50686f;hb=bcc630bf2fafca72ff0e41ab9e6d6f6b9da30467;hp=3a07a17cbbf265f6c6f072ceb97ada89bbcfea0c;hpb=ed329a97add10e760a2e636697f50968a7f4d289;p=modules%2Fshaper.git diff --git a/src/GeomValidators/CMakeLists.txt b/src/GeomValidators/CMakeLists.txt index 3a07a17cb..c64d2a557 100644 --- a/src/GeomValidators/CMakeLists.txt +++ b/src/GeomValidators/CMakeLists.txt @@ -4,41 +4,59 @@ INCLUDE(Common) SET(PROJECT_HEADERS GeomValidators.h + GeomValidators_BodyShapes.h + GeomValidators_BooleanArguments.h GeomValidators_ConstructionComposite.h - GeomValidators_Edge.h - GeomValidators_EdgeOrVertex.h + GeomValidators_DifferentShapes.h GeomValidators_Face.h + GeomValidators_FeatureKind.h + GeomValidators_Finite.h + GeomValidators_PartitionArguments.h + GeomValidators_Plugin.h GeomValidators_Positive.h + GeomValidators_ShapeType.h GeomValidators_Tools.h + GeomValidators_ZeroOffset.h + GeomValidators_Different.h + GeomValidators_BooleanSelection.h + GeomValidators_IntersectionSelection.h ) SET(PROJECT_SOURCES + GeomValidators_BodyShapes.cpp + GeomValidators_BooleanArguments.cpp GeomValidators_ConstructionComposite.cpp - GeomValidators_Edge.cpp - GeomValidators_EdgeOrVertex.cpp + GeomValidators_DifferentShapes.cpp GeomValidators_Face.cpp + GeomValidators_FeatureKind.cpp + GeomValidators_Finite.cpp + GeomValidators_PartitionArguments.cpp + GeomValidators_Plugin.cpp GeomValidators_Positive.cpp + GeomValidators_ShapeType.cpp GeomValidators_Tools.cpp + GeomValidators_ZeroOffset.cpp + GeomValidators_Different.cpp + GeomValidators_BooleanSelection.cpp + GeomValidators_IntersectionSelection.cpp ) SET(PROJECT_LIBRARIES - ModelAPI + ModelAPI Events GeomAPI ) - - ADD_DEFINITIONS(-DGEOMVALIDATORS_EXPORTS ${CAS_DEFINITIONS}) ADD_LIBRARY(GeomValidators SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS}) TARGET_LINK_LIBRARIES(GeomValidators ${PROJECT_LIBRARIES}) INCLUDE_DIRECTORIES( ${CAS_INCLUDE_DIRS} - ${CMAKE_SOURCE_DIR}/src/ModelAPI - ${CMAKE_SOURCE_DIR}/src/Events - ${CMAKE_SOURCE_DIR}/src/GeomAPI - ${CMAKE_SOURCE_DIR}/src/GeomDataAPI + ${PROJECT_SOURCE_DIR}/src/ModelAPI + ${PROJECT_SOURCE_DIR}/src/Events + ${PROJECT_SOURCE_DIR}/src/GeomAPI + ${PROJECT_SOURCE_DIR}/src/GeomDataAPI ) -INSTALL(TARGETS GeomValidators DESTINATION plugins) +INSTALL(TARGETS GeomValidators DESTINATION ${SHAPER_INSTALL_PLUGIN_FILES})