X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FCMakeLists.txt;h=6cf5f5379c4a77f981c4ee9b37751065dcfe473b;hb=de596ab18a7a14ffd7d82ed9e35b1fa53dc3e756;hp=51263163459b727449b3e67f666bd782e0b76c3a;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/GeomValidators/CMakeLists.txt b/src/GeomValidators/CMakeLists.txt index 512631634..6cf5f5379 100644 --- a/src/GeomValidators/CMakeLists.txt +++ b/src/GeomValidators/CMakeLists.txt @@ -4,27 +4,47 @@ INCLUDE(Common) SET(PROJECT_HEADERS GeomValidators.h + GeomValidators_BooleanArguments.h + GeomValidators_ConstructionComposite.h + GeomValidators_Face.h + GeomValidators_Finite.h GeomValidators_Positive.h + GeomValidators_ShapeType.h + GeomValidators_Tools.h + GeomValidators_ZeroOffset.h + GeomValidators_Different.h ) SET(PROJECT_SOURCES + GeomValidators_BooleanArguments.cpp + GeomValidators_ConstructionComposite.cpp + GeomValidators_Face.cpp + GeomValidators_Finite.cpp GeomValidators_Positive.cpp + GeomValidators_ShapeType.cpp + GeomValidators_Tools.cpp + GeomValidators_ZeroOffset.cpp + GeomValidators_Different.cpp ) SET(PROJECT_LIBRARIES ModelAPI - Events + 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} + ${CMAKE_SOURCE_DIR}/src/ModelAPI + ${CMAKE_SOURCE_DIR}/src/Events + ${CMAKE_SOURCE_DIR}/src/GeomAPI + ${CMAKE_SOURCE_DIR}/src/GeomDataAPI ) INSTALL(TARGETS GeomValidators DESTINATION plugins)