ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/app/CAD4FE/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: 456 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

# Content
1 add_executable(CAD4FE.exe src/main.cpp)
2 include_directories(../../addin/step/src ../../lib/template/src ../../lib/constante/src ../../addin/outil/src ../../lib/toxfem/src ../../lib/fichier/src ../../lib/mtu/src ../../addin/sat/src ../../lib/carte/src ../../lib/mailleur_auto/src ../../lib/mailleur/src ../../lib/CAD4FE/src ../magic_application/src ${EXTERNAL_INCLUDES} )
3 target_link_libraries(CAD4FE.exe sat step outil magic ${EXTERNAL_LIBRARIES})
4
5
6
7