~ubuntu-branches/debian/experimental/cuneiform/experimental

« back to all changes in this revision

Viewing changes to cuneiform_src/Kern/fon/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-07-10 17:58:10 UTC
  • Revision ID: james.westby@ubuntu.com-20090710175810-rqc89d2i3tki9m89
Tags: upstream-0.7.0+dfsg
ImportĀ upstreamĀ versionĀ 0.7.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_library(fon32 ${LIBTYPE}
 
2
src/clu_best.c
 
3
src/clu_div.c
 
4
src/clu_lang.c
 
5
src/clu_test.c
 
6
src/cutoff.c
 
7
src/dist_bou.c
 
8
src/distance.c
 
9
src/fon_snap.c
 
10
src/fonrec.c
 
11
src/p2_addcl.c
 
12
src/p2_clu.c
 
13
src/p2_dsbit.c
 
14
src/p2_mem.c
 
15
src/p2_thick.c
 
16
src/utilctb.c
 
17
)
 
18
set_property(TARGET fon32 PROPERTY COMPILE_DEFINITIONS __FON__)
 
19
 
 
20
target_link_libraries(fon32 cstr ctb32)
 
21
 
 
22
install_dll(fon32)