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

« back to all changes in this revision

Viewing changes to cuneiform_src/Kern/r35/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_library(r3532 ${LIBTYPE}
 
2
src/r35.c)
 
3
 
 
4
set_property(TARGET r3532 PROPERTY COMPILE_DEFINITIONS __R35__)
 
5
 
 
6
target_link_libraries(r3532 mmx32 std32 windummy)
 
7
 
 
8
install_dll(r3532)