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

« back to all changes in this revision

Viewing changes to ktnef/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:
24
24
  formatter.cpp
25
25
)
26
26
 
27
 
kde4_add_library(ktnef ${LIBRARY_TYPE} ${ktnef_LIB_SRCS})
 
27
include_directories(
 
28
  ${CMAKE_BINARY_DIR}/kcalcore
 
29
  ${CMAKE_BINARY_DIR}/kcalutils
 
30
  ${CMAKE_BINARY_DIR}/kabc
 
31
  ${CMAKE_BINARY_DIR}/kcal
 
32
  ${CMAKE_BINARY_DIR}/kpimutils
 
33
)
 
34
 
 
35
add_definitions(
 
36
  -DKCAL_DEPRECATED=
 
37
)
 
38
# This one won't be needed when CMake 2.8.13 is depended on.
 
39
add_definitions(
 
40
  -DKCAL_DEPRECATED_EXPORT=KCAL_EXPORT
 
41
)
 
42
 
 
43
add_library(ktnef ${LIBRARY_TYPE} ${ktnef_LIB_SRCS})
 
44
generate_export_header(ktnef)
28
45
 
29
46
if(KDEPIM_NO_KCAL)
30
47
  target_link_libraries(ktnef ${KDE4_KIO_LIBS} kabc kcalcore kcalutils)
42
59
 
43
60
install(FILES
44
61
  formatter.h
45
 
  ktnef_export.h
 
62
  ${CMAKE_CURRENT_BINARY_DIR}/ktnef_export.h
46
63
  ktnefattach.h
47
64
  ktnefdefs.h
48
65
  ktnefmessage.h