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

« back to all changes in this revision

Viewing changes to kspy/tests/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:
1
 
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
2
 
 
3
 
########### next target ###############
4
 
set(testkspy_SRCS main.cpp )
5
 
 
6
 
 
7
 
kde4_add_executable(testkspy TEST ${testkspy_SRCS})
8
 
 
9
 
target_link_libraries(testkspy  ${KDE4_KDECORE_LIBS} kspy )
10
 
 
11