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

« back to all changes in this revision

Viewing changes to cuneiform_src/Kern/ccom/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(src)
 
2
 
 
3
add_definitions(-D__CCOM__) # Sets FUN_IMPO and FUN_EXPO properly.
 
4
 
 
5
add_library(ccom ${LIBTYPE}
 
6
src/ccom.c
 
7
src/ccom_loc.c)
 
8
 
 
9
install_dll(ccom)