X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FCMakeLists.txt;h=fda2411f42b9727627719ea32702dd588a28a6bd;hb=4b1f76b455140cae5d18319b62627af3ba28f226;hp=efb0b10e7b760d1eb574a0f4066dfaa390e626b9;hpb=b2a34ee4bab2fe2d97f900cbdafcaf122344c46c;p=modules%2Fshaper.git diff --git a/src/GeomValidators/CMakeLists.txt b/src/GeomValidators/CMakeLists.txt index efb0b10e7..fda2411f4 100644 --- a/src/GeomValidators/CMakeLists.txt +++ b/src/GeomValidators/CMakeLists.txt @@ -1,28 +1,42 @@ +## Copyright (C) 2014-20xx CEA/DEN, EDF R&D + INCLUDE(Common) SET(PROJECT_HEADERS GeomValidators.h + GeomValidators_ConstructionComposite.h + GeomValidators_Face.h GeomValidators_Positive.h + GeomValidators_ShapeType.h + GeomValidators_Tools.h ) SET(PROJECT_SOURCES + GeomValidators_ConstructionComposite.cpp + GeomValidators_Face.cpp GeomValidators_Positive.cpp + GeomValidators_ShapeType.cpp + GeomValidators_Tools.cpp ) SET(PROJECT_LIBRARIES ModelAPI - Events + Events + GeomAPI ) -ADD_DEFINITIONS(-DGEOMVALIDATORS_EXPORTS ${BOOST_DEFINITIONS}) +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)