X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FCMakeLists.txt;h=ceb12b40d975710bb152119ea0c6fdccd7768d59;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=9a1b97c1371a51886ac7ad3e4dd193f8ae1ee288;hpb=1900b8b0454badbccacab9645dc15b225f68600a;p=modules%2Fshaper.git diff --git a/src/GeomValidators/CMakeLists.txt b/src/GeomValidators/CMakeLists.txt index 9a1b97c13..ceb12b40d 100644 --- a/src/GeomValidators/CMakeLists.txt +++ b/src/GeomValidators/CMakeLists.txt @@ -1,28 +1,58 @@ +## Copyright (C) 2014-20xx CEA/DEN, EDF R&D + INCLUDE(Common) SET(PROJECT_HEADERS GeomValidators.h + GeomValidators_BodyShapes.h + GeomValidators_BooleanArguments.h + GeomValidators_ConstructionComposite.h + GeomValidators_DifferentShapes.h + GeomValidators_Face.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 ) SET(PROJECT_SOURCES + GeomValidators_BodyShapes.cpp + GeomValidators_BooleanArguments.cpp + GeomValidators_ConstructionComposite.cpp + GeomValidators_DifferentShapes.cpp + GeomValidators_Face.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 ) SET(PROJECT_LIBRARIES - ModelAPI - Events + ModelAPI + Events + GeomAPI ) - - -ADD_DEFINITIONS(-DGEOMVALIDATORS_EXPORTS) +ADD_DEFINITIONS(-DGEOMVALIDATORS_EXPORTS ${CAS_DEFINITIONS}) ADD_LIBRARY(GeomValidators SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS}) TARGET_LINK_LIBRARIES(GeomValidators ${PROJECT_LIBRARIES}) INCLUDE_DIRECTORIES( - ../ModelAPI - ../Events + ${CAS_INCLUDE_DIRS} + ${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)