X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FCMakeLists.txt;h=abad9811b1fcf26e6572523c8576ffaf6e8efe7f;hb=11fca61445a4c008b1b703bfd4bb512fcac65135;hp=c6dfa0f7e75521f908c48396019004f9c71aab3c;hpb=7f56cee44d559d0edf9f1191ec61d732947e28f2;p=modules%2Fshaper.git diff --git a/src/Model/CMakeLists.txt b/src/Model/CMakeLists.txt index c6dfa0f7e..abad9811b 100644 --- a/src/Model/CMakeLists.txt +++ b/src/Model/CMakeLists.txt @@ -1,5 +1,3 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11) - INCLUDE(Common) INCLUDE(FindCAS) @@ -8,20 +6,22 @@ SET(PROJECT_HEADERS Model_Application.h Model_Document.h Model_PluginManager.h - Model_Object.h + Model_Data.h Model_Iterator.h Model_AttributeDouble.h Model_AttributeDocRef.h + Model_Events.h ) SET(PROJECT_SOURCES - Model_Application.cxx - Model_Document.cxx - Model_PluginManager.cxx - Model_Object.cxx - Model_Iterator.cxx - Model_AttributeDouble.cxx - Model_AttributeDocRef.cxx + Model_Application.cpp + Model_Document.cpp + Model_PluginManager.cpp + Model_Data.cpp + Model_Iterator.cpp + Model_AttributeDouble.cpp + Model_AttributeDocRef.cpp + Model_Events.cpp ) ADD_DEFINITIONS(-DMODEL_EXPORTS ${CAS_DEFINITIONS}) @@ -34,3 +34,5 @@ INCLUDE_DIRECTORIES( ../Config ${CAS_INCLUDE_DIRS} ) + +INSTALL(TARGETS Model DESTINATION bin)