X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FCMakeLists.txt;h=c5764b5459b0ecc2493f99842ae2f3fe52ac9a1c;hb=103633b49d995fe6001e226ccdcc8ca48b9cb4e6;hp=7b60ee48c26499f706c4a4876d1630aea4ceac53;hpb=1a6a9c1c0c466abb867f2c2815b20aa0620a444c;p=modules%2Fshaper.git diff --git a/src/Model/CMakeLists.txt b/src/Model/CMakeLists.txt index 7b60ee48c..c5764b545 100644 --- a/src/Model/CMakeLists.txt +++ b/src/Model/CMakeLists.txt @@ -7,9 +7,11 @@ SET(PROJECT_HEADERS Model_Document.h Model_PluginManager.h Model_Data.h - Model_Iterator.h Model_AttributeDouble.h Model_AttributeDocRef.h + Model_AttributeReference.h + Model_AttributeRefAttr.h + Model_AttributeRefList.h Model_Events.h ) @@ -18,9 +20,11 @@ SET(PROJECT_SOURCES Model_Document.cpp Model_PluginManager.cpp Model_Data.cpp - Model_Iterator.cpp Model_AttributeDouble.cpp Model_AttributeDocRef.cpp + Model_AttributeReference.cpp + Model_AttributeRefAttr.cpp + Model_AttributeRefList.cpp Model_Events.cpp )