~ubuntu-branches/debian/wheezy/cuneiform/wheezy

« back to all changes in this revision

Viewing changes to cuneiform_src/Kern/leo/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
include_directories(BEFORE src)
 
2
 
 
3
add_definitions(-DDPUMA_SNAP) # See warning below.
 
4
 
 
5
add_library(leo32 ${LIBTYPE}
 
6
${SNP_SRC} # WARNING: was not in the original dsp files, but I had to add this to make it link.
 
7
src/leo.c
 
8
src/leo_cont.c
 
9
src/leo_dll.c
 
10
src/leo_ind.c
 
11
src/leo_prn.c
 
12
src/leo_size.c
 
13
src/leo_stic.c
 
14
)
 
15
set_property(TARGET leo32 PROPERTY COMPILE_DEFINITIONS __LEO__)
 
16
 
 
17
target_link_libraries(leo32
 
18
cpu32
 
19
ctb32
 
20
dif32
 
21
evn32
 
22
fon32
 
23
msk32
 
24
r3532
 
25
std32
 
26
)
 
27
 
 
28
install_dll(leo32)