~ubuntu-branches/ubuntu/oneiric/kdebindings/oneiric

« back to all changes in this revision

Viewing changes to generator/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muskovac
  • Date: 2010-12-07 00:10:46 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20101207001046-h9gf2h54ym29tgui
Tags: 4:4.5.85-0ubuntu1
* New upstream beta release
* Disable libqwt-ruby1.8 and qwt files in libqt4-ruby1.8.examples
* Add libqtdeclarative-ruby1.8, libsmokeqt3support4-3,
  libsmokeqtdeclarative4-3 and libsmokeqthelp4-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
install(TARGETS smokegen DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
36
36
install(FILES generatorenvironment.h  generator_export.h  generatorpreprocessor.h  generatorvisitor.h  name_compiler.h  options.h  type_compiler.h  type.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include/smokegen)
 
37
install( FILES  smoke.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include )
37
38
 
38
39
add_subdirectory(generators)
 
40
add_subdirectory(smokeapi)
 
41
add_subdirectory(smokebase)
 
42
add_subdirectory(deptool)