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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
1
2
add_subdirectory(App)
2
 
add_subdirectory(Gui)
3
 
 
4
 
copy_to_local_output_paths(Init.py)
5
 
copy_to_local_output_paths(InitGui.py)
 
3
fc_copy_to_mod_path("Sketcher" Init.py)
 
4
 
 
5
if(FREECAD_BUILD_GUI)
 
6
        add_subdirectory(Gui)
 
7
        fc_copy_to_mod_path("Sketcher" InitGui.py)
 
8
endif(FREECAD_BUILD_GUI)
 
9
 
 
10
configure_file(Templates/Sketch.skf ${CMAKE_BINARY_DIR}/Mod/Sketcher/Templates/Sketch.skf COPYONLY)
6
11
 
7
12
install(
8
13
                 FILES