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 294 by francois, Tue Nov 8 04:27:56 2011 UTC vs.
Revision 295 by francois, Tue Nov 8 21:46:30 2011 UTC

# Line 18 | Line 18 | option(ENABLE_IBREP "Magic Enable IBREP"
18   option(ENABLE_TEST "Magic Enable test" OFF)
19   option(OPTION_SHARED "Magic Compilation avec Shared" ON)
20  
21
21   if(ENABLE_OCC)
22    if(WIN32)
23      set(OCC_SYS_NAME win32)
# Line 79 | Line 78 | if(ENABLE_STEP)
78   add_definitions(-DBREP_STEP)
79   endif(ENABLE_STEP)
80  
81 + set(INTERNAL_LIBRARIES fichier carte geometrie outil parseur materiau optimisation mailleur vectorisation diamesh)
82 + if (ENABLE_SAT)
83 + list (APPEND INTERNAL_LIBRARIES sat)
84 + endif (ENABLE_SAT)
85 + if (ENABLE_STEP)
86 + list (APPEND INTERNAL_LIBRARIES step)
87 + endif (ENABLE_STEP)
88 + if (ENABLE_OCC)
89 + list (APPEND INTERNAL_LIBRARIES reconstruction)
90 + endif (ENABLE_OCC)
91 +
92 +
93   if(ENABLE_IBREP)
94   add_subdirectory(IBrep)
95 + if (OPTION_SHARED)
96 + list (APPEND INTERNAL_LIBRARIES ibrep-dynamic)
97 + else (OPTION_SHARED)
98 + list (APPEND INTERNAL_LIBRARIES ibrep-static)
99 + endif(OPTION_SHARED)  
100 + list (APPEND INTERNAL_LIBRARIES toIbrep)
101   endif(ENABLE_IBREP)
102  
103  
87
104   add_subdirectory(lib)
105   add_subdirectory(app)
106  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines