~ubuntu-branches/ubuntu/utopic/nepomuk-core/utopic

« back to all changes in this revision

Viewing changes to autotests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-26 22:43:09 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120726224309-pf2v1e78ee7uljjp
Tags: 4:4.9.0a-0ubuntu1
* Use direct build-depends versions rather than kde-sc-dev-latest
* New upstream release
* New symbols, rename libnepomukcore4 to libnepomukcore4abi and enable Debian ABI manager

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set (NEPOMUK_TESTLIB_TOOLS_DIR
 
2
    "${CMAKE_CURRENT_BINARY_DIR}/lib/tools")
 
3
 
 
4
set (NEPOMUK_TESTLIB_CMAKE_DIR
 
5
    "${CMAKE_CURRENT_BINARY_DIR}/lib")
 
6
 
 
7
set (NEPOMUK_TESTLIB_DATA_DIR
 
8
    "${CMAKE_CURRENT_BINARY_DIR}/lib")
 
9
 
 
10
add_subdirectory( lib )
 
11
add_subdirectory( test )