X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConstructionAPI%2FCMakeLists.txt;h=67cad0d490a3d89bee97d5a0164992ba4a439b4e;hb=bb71a2ef72952672608855b85f554cba3e2bd16b;hp=c5ff9c9d3647164ad1334e678332ee561cbefce0;hpb=cf0b0e0454067c408f1b7830b6b0ae2d1f85241f;p=modules%2Fshaper.git diff --git a/src/ConstructionAPI/CMakeLists.txt b/src/ConstructionAPI/CMakeLists.txt index c5ff9c9d3..67cad0d49 100644 --- a/src/ConstructionAPI/CMakeLists.txt +++ b/src/ConstructionAPI/CMakeLists.txt @@ -4,11 +4,13 @@ INCLUDE(Common) SET(PROJECT_HEADERS ConstructionAPI.h + ConstructionAPI_Axis.h ConstructionAPI_Plane.h ConstructionAPI_Point.h ) SET(PROJECT_SOURCES + ConstructionAPI_Axis.cpp ConstructionAPI_Plane.cpp ConstructionAPI_Point.cpp ) @@ -28,6 +30,8 @@ INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES( # TODO(spo): modify ConstructionPlugin headers to remove dependency on GeomAPI headers ${PROJECT_SOURCE_DIR}/src/GeomAPI + # TODO(spo): it is for *_swig.h files. Can we eliminate it? + ${PROJECT_SOURCE_DIR}/src/GeomDataAPI ${PROJECT_SOURCE_DIR}/src/ConstructionPlugin ) @@ -75,5 +79,3 @@ INCLUDE(UnitTest) ADD_UNIT_TESTS( TestPoint.py ) - -# ADD_SUBDIRECTORY (Test)