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

« back to all changes in this revision

Viewing changes to cuneiform_src/Kern/rline/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 sources)
 
2
 
 
3
add_library(rline ${LIBTYPE}
 
4
${SNP_SRC}
 
5
sources/dll.cpp
 
6
sources/findlostlines.cpp
 
7
sources/newline.cpp
 
8
sources/rline.cpp
 
9
)
 
10
set_property(TARGET rline PROPERTY COMPILE_DEFINITIONS __RLINE__)
 
11
 
 
12
target_link_libraries(rline
 
13
cimage
 
14
cpage
 
15
lns32
 
16
rshelllines
 
17
)
 
18
 
 
19
install_dll(rline)