X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FCMakeLists.txt;h=ceb12b40d975710bb152119ea0c6fdccd7768d59;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=c9768eb39f606c33e5a82ccacd2673ad947869c6;hpb=b06589a45eb833587e122b52d3e9366735d3918d;p=modules%2Fshaper.git diff --git a/src/GeomValidators/CMakeLists.txt b/src/GeomValidators/CMakeLists.txt index c9768eb39..ceb12b40d 100644 --- a/src/GeomValidators/CMakeLists.txt +++ b/src/GeomValidators/CMakeLists.txt @@ -4,6 +4,7 @@ INCLUDE(Common) SET(PROJECT_HEADERS GeomValidators.h + GeomValidators_BodyShapes.h GeomValidators_BooleanArguments.h GeomValidators_ConstructionComposite.h GeomValidators_DifferentShapes.h @@ -16,9 +17,11 @@ SET(PROJECT_HEADERS GeomValidators_Tools.h GeomValidators_ZeroOffset.h GeomValidators_Different.h + GeomValidators_BooleanSelection.h ) SET(PROJECT_SOURCES + GeomValidators_BodyShapes.cpp GeomValidators_BooleanArguments.cpp GeomValidators_ConstructionComposite.cpp GeomValidators_DifferentShapes.cpp @@ -31,26 +34,25 @@ SET(PROJECT_SOURCES GeomValidators_Tools.cpp GeomValidators_ZeroOffset.cpp GeomValidators_Different.cpp + GeomValidators_BooleanSelection.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)