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

« back to all changes in this revision

Viewing changes to cuneiform_src/Kern/rcorrkegl/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/h)
 
2
 
 
3
add_library(rcorrkegl ${LIBTYPE}
 
4
${SNP_SRC}
 
5
src/cpp/cor_kegl.cpp
 
6
src/cpp/rcorrkegl.cpp
 
7
src/cpp/stdafx.cpp
 
8
)
 
9
set_property(TARGET rcorrkegl PROPERTY COMPILE_DEFINITIONS __RCORRKEGL__)
 
10
 
 
11
target_link_libraries(rcorrkegl cstr cpage)
 
12
 
 
13
install_dll(rcorrkegl)