ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/CMakeLists.txt
(Generate patch)

Comparing magic/CMakeLists.txt (file contents):
Revision 283 by francois, Tue Sep 13 21:11:20 2011 UTC vs.
Revision 294 by francois, Tue Nov 8 04:27:56 2011 UTC

# Line 11 | Line 11 | endif(DEFINED CMAKE_BUILD_TYPE)
11  
12   project(MAGIC)
13  
14 < option(ENABLE_OCC "Enable Occ" ON)
15 < option(ENABLE_SAT "Enable Sat" ON)
16 < option(ENABLE_STEP "Enable Step" ON)
17 < option(ENABLE_IBREP "Enable IBREP" OFF)
18 < option(ENABLE_GNURBS "Enable gnurbs" OFF)
19 < option(ENABLE_TEST "Enable test" OFF)
14 > option(ENABLE_OCC "Magic Enable Occ" ON)
15 > option(ENABLE_SAT "Magic Enable Sat" ON)
16 > option(ENABLE_STEP "Magic Enable Step" ON)
17 > option(ENABLE_IBREP "Magic Enable IBREP" OFF)
18 > option(ENABLE_TEST "Magic Enable test" OFF)
19 > option(OPTION_SHARED "Magic Compilation avec Shared" ON)
20 >
21  
22   if(ENABLE_OCC)
23    if(WIN32)
# Line 82 | Line 83 | if(ENABLE_IBREP)
83   add_subdirectory(IBrep)
84   endif(ENABLE_IBREP)
85  
86 < if(ENABLE_GNURBS)
86 < add_subdirectory(gnurbs)
87 < endif(ENABLE_GNURBS)
86 >
87  
88   add_subdirectory(lib)
89   add_subdirectory(app)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines