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 255 by francois, Wed Jul 14 20:20:19 2010 UTC vs.
Revision 283 by francois, Tue Sep 13 21:11:20 2011 UTC

# Line 16 | Line 16 | 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)
20  
21   if(ENABLE_OCC)
22    if(WIN32)
# Line 77 | Line 78 | if(ENABLE_STEP)
78   add_definitions(-DBREP_STEP)
79   endif(ENABLE_STEP)
80  
80
81 add_subdirectory(lib)
82 add_subdirectory(app)
83
81   if(ENABLE_IBREP)
82   add_subdirectory(IBrep)
83   endif(ENABLE_IBREP)
# Line 89 | Line 86 | if(ENABLE_GNURBS)
86   add_subdirectory(gnurbs)
87   endif(ENABLE_GNURBS)
88  
89 + add_subdirectory(lib)
90 + add_subdirectory(app)
91 +
92 +
93  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines