~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/Drawing/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-07-16 18:37:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090716183741-oww9kcxqrk991i1n
Tags: upstream-0.8.2237
ImportĀ upstreamĀ versionĀ 0.8.2237

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_subdirectory(App)
 
2
add_subdirectory(Gui)
 
3
 
 
4
copy_to_local_output_paths(Init.py)
 
5
copy_to_local_output_paths(InitGui.py)
 
6
 
 
7
configure_file(Templates/A3_Landscape.svg ${CMAKE_CURRENT_BINARY_DIR}/Templates/A3_Landscape.svg COPYONLY)
 
8
 
 
9
install(
 
10
                 FILES
 
11
                                 Init.py
 
12
                                 InitGui.py
 
13
                 DESTINATION
 
14
                                 Mod/Drawing)