~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to okteta/core/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  wordbytearrayservice.h
83
83
)
84
84
 
 
85
set( oktetacore_LIB_CCHDRS
 
86
  includes/Range
 
87
  includes/NumberRange
 
88
 
 
89
  includes/Address
 
90
  includes/AddressRange
 
91
  includes/Size
 
92
  includes/Byte
 
93
  includes/AbstractByteArrayModel
 
94
  includes/Versionable
 
95
  includes/Bookmarkable
 
96
  includes/ChangesDescribable
 
97
  includes/ChangeHistory
 
98
 
 
99
  includes/ByteArrayModel
 
100
  #includes/FileByteArrayModel
 
101
  includes/PieceTableByteArrayModel
 
102
 
 
103
  includes/Character
 
104
  includes/ArrayChangeMetrics
 
105
  includes/ByteArrayChange
 
106
 
 
107
  includes/Bookmark
 
108
  includes/BookmarksConstIterator
 
109
 
 
110
  includes/WordByteArrayService
 
111
  includes/ValueCodec
 
112
  includes/CharCodec
 
113
)
 
114
 
85
115
kde4_add_library( ${oktetacore_LIB} SHARED ${oktetacore_LIB_SRCS} )
86
116
target_link_libraries( ${oktetacore_LIB}
87
117
  ${KDE4_KDECORE_LIBS}
98
128
  DESTINATION ${OKTETALIBS_INCLUDE_INSTALL_DIR}
99
129
  COMPONENT Devel
100
130
)
 
131
install( FILES ${oktetacore_LIB_CCHDRS}
 
132
  DESTINATION ${OKTETALIBS_CCINCLUDE_INSTALL_DIR}
 
133
  COMPONENT Devel
 
134
)
101
135
 
102
136
 
103
137
add_subdirectory( piecetable/tests )