~kubuntu-members/libkdegames/4.11

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Mark A. Taff
  • Date: 2007-04-03 08:35:48 UTC
  • Revision ID: git-v1:9fba3415f73ed3493f64892dcc0ef737d435020d
Fix a bug in KGameSvgDocument::scale() so you can no longer attempt to scale
an element by zero.

Add basic skeleton files required for unit tests in libkdegames.


svn path=/trunk/KDE/kdegames/libkdegames/; revision=649827

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
enable_testing()
 
2
 
1
3
project(libkdegames)
2
4
 
3
5
configure_file(highscore/config-highscore.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/highscore/config-highscore.h )
7
9
add_subdirectory( includes )
8
10
add_subdirectory( kgame )
9
11
add_subdirectory( pics )
 
12
add_subdirectory( tests )
10
13
if(NOT WIN32)
11
14
  add_subdirectory( kggznet )
12
15
  add_subdirectory( kggzmod )