ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/addin/CMakeLists.txt
Revision: 1189
Committed: Tue Feb 4 17:26:49 2025 UTC (6 months, 3 weeks ago) by francois
Content type: text/plain
File size: 383 byte(s)
Log Message:
Version 5.0 de MAGIC. Integration de ALGLIB pour faire de l'optimisation. ALGLIB se download automatiquement en executant un script dans le repertoire config update_magic.bash


File Contents

# User Rev Content
1 francois 1189 if (ENABLE_ALGLIB)
2     add_subdirectory(alglib)
3     endif (ENABLE_ALGLIB)
4 francois 1061 add_subdirectory(outil)
5 francois 1113 if (ENABLE_STEP)
6     add_subdirectory(step)
7     endif (ENABLE_STEP)
8     if (ENABLE_SAT)
9     add_subdirectory(sat)
10     endif (ENABLE_SAT)
11 francois 1061
12     if(ENABLE_PROJECT_POLYCRISTAUX)
13     add_subdirectory(poly_occ)
14     endif(ENABLE_PROJECT_POLYCRISTAUX)
15    
16 francois 1062 if(ENABLE_VTKDISPLAY)
17 francois 1061 add_subdirectory(vtkdisplay)
18 francois 1062 endif(ENABLE_VTKDISPLAY)