From d7b299cbd838eac7a138c676a5693411a5368a91 Mon Sep 17 00:00:00 2001 From: Anusha Gugale Date: Tue, 19 Jan 2021 20:45:04 +0530 Subject: Removed internal APIs which require to include header files in src dir Signed-off-by: Anusha Gugale Change-Id: I06b56a4ab21a41e407e28b3dde23dcc0aae4dcb7 --- CMakeLists.txt | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 46e3523..8439403 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,26 +130,4 @@ install( PATTERN "*.h*" ) -install ( - FILES ${CMAKE_SOURCE_DIR}/src/view/RBAAreaSet.hpp - ${CMAKE_SOURCE_DIR}/src/core/model/RBAAllocatableSet.hpp - ${CMAKE_SOURCE_DIR}/src/core/model/RBARuleObject.hpp - ${CMAKE_SOURCE_DIR}/src/core/model/RBANamedElement.hpp - ${CMAKE_SOURCE_DIR}/src/public/RBADllExport.hpp - ${CMAKE_SOURCE_DIR}/src/core/model/RBAContentSet.hpp - ${CMAKE_SOURCE_DIR}/src/core/model/RBAAbstractAllocatable.hpp - ${CMAKE_SOURCE_DIR}/src/core/model/RBAConstraint.hpp - ${CMAKE_SOURCE_DIR}/src/view/RBAViewContentSet.hpp - ${CMAKE_SOURCE_DIR}/src/sound/RBAZoneSet.hpp - ${CMAKE_SOURCE_DIR}/src/core/model/RBAModelElement.hpp - ${CMAKE_SOURCE_DIR}/src/core/model/RBAAbstractContent.hpp - ${CMAKE_SOURCE_DIR}/src/sound/RBASoundContentSet.hpp - ${CMAKE_SOURCE_DIR}/src/core/logic/RBARequestQueMember.hpp - ${CMAKE_SOURCE_DIR}/src/core/logic/RBAResultSet.hpp - ${CMAKE_SOURCE_DIR}/src/core/model/RBAContentStatusType.hpp - ${CMAKE_SOURCE_DIR}/src/core/logic/RBAContentStatus.hpp - ${CMAKE_SOURCE_DIR}/src/core/logic/RBAResultImpl.hpp - DESTINATION include -) - # end of file -- cgit 1.2.3-korg