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

« back to all changes in this revision

Viewing changes to kresources/tests/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
 
add_definitions(-DWANT_DEPRECATED_KRESOURCE_API)
 
1
add_definitions(
 
2
  -DKRESOURCES_DEPRECATED=
 
3
)
 
4
# This one won't be needed when CMake 2.8.13 is depended on.
 
5
add_definitions(
 
6
  -DKRESOURCES_DEPRECATED_EXPORT=KRESOURCES_EXPORT
 
7
)
 
8
 
 
9
include_directories(
 
10
  ${CMAKE_SOURCE_DIR}/kresources
 
11
  ${CMAKE_BINARY_DIR}/kresources
 
12
)
2
13
 
3
14
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
4
15