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

« back to all changes in this revision

Viewing changes to cuneiform_src/Kern/cpu/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_definitions(-D__CPU__)
 
2
 
 
3
add_library(cpu32 ${LIBTYPE}
 
4
src/cpu.c
 
5
src/cpu32.c
 
6
)
 
7
 
 
8
set_property(TARGET cpu32 PROPERTY COMPILE_DEFINITIONS __CPU__)
 
9
 
 
10
install_dll(cpu32)