~ubuntu-branches/ubuntu/quantal/kiten/quantal-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 13:14:44 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111216131444-fxt8pt2pha54qmdu
Tags: 4:4.7.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
configure_file( config-kiten.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kiten.h )
21
21
 
22
22
## Build each subdir
23
 
add_subdirectory( doc )
24
 
add_subdirectory( radselect )
25
23
add_subdirectory( app )
 
24
add_subdirectory( data/font )
26
25
add_subdirectory( data/pics )
 
26
add_subdirectory( doc )
 
27
add_subdirectory( kanjibrowser )
27
28
add_subdirectory( lib )
 
29
add_subdirectory( radselect )
28
30
 
29
31
## Build kitengen, a small index generator used by the kiten app
30
32
set(kitengen_SRCS xjdxgen.c)
33
35
install( TARGETS kitengen ${INSTALL_TARGETS_DEFAULT_ARGS} )
34
36
 
35
37
## Install our datafiles
36
 
install( FILES data/edict data/kanjidic data/radkfile data/vconj data/romkana.cnv DESTINATION ${DATA_INSTALL_DIR}/kiten)
 
38
install( FILES data/edict data/kanjidic data/radkfile data/vconj data/romkana.cnv DESTINATION ${DATA_INSTALL_DIR}/kiten )
37
39
 
38
40
include(/usr/share/pkg-kde-tools/cmake/DebianABIManager.cmake)