~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to kmbox/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(kmbox)
2
2
 
 
3
add_definitions( -DQT_NO_CAST_FROM_ASCII )
 
4
add_definitions( -DQT_NO_CAST_TO_ASCII )
 
5
 
3
6
set(kmbox_LIB_SRCS
4
7
    mboxentry.cpp
5
8
    mbox_p.cpp
8
11
 
9
12
add_subdirectory(tests)
10
13
 
11
 
kde4_add_library(kmbox ${LIBRARY_TYPE} ${kmbox_LIB_SRCS})
 
14
add_library(kmbox ${LIBRARY_TYPE} ${kmbox_LIB_SRCS})
 
15
generate_export_header(kmbox)
 
16
 
 
17
include_directories(
 
18
  ${CMAKE_BINARY_DIR}/kmime
 
19
)
12
20
 
13
21
target_link_libraries(kmbox
14
22
  ${KDE4_KDECORE_LIBS}
23
31
install(TARGETS kmbox EXPORT kdepimlibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
24
32
 
25
33
install(FILES
26
 
  kmbox_export.h
 
34
  ${CMAKE_CURRENT_BINARY_DIR}/kmbox_export.h
27
35
  mbox.h
28
36
  mboxentry.h
29
37
  DESTINATION ${INCLUDE_INSTALL_DIR}/kmbox