Revision: | 926 |
Committed: | Tue May 1 20:38:42 2018 UTC (7 years ago) by couturad |
Content type: | text/plain |
File size: | 448 byte(s) |
Log Message: | Ajout de nouvelles fonctionnalités de representation et d'analyse des VES *Modification du CMakeLists.txt de microstructure |
# | User | Rev | Content |
---|---|---|---|
1 | francois | 756 | file(GLOB SRC src/*.cpp) |
2 | set(MICROSTRUCTURE_SOURCE ${SRC}) | ||
3 | couturad | 926 | include_directories(src ../outil/src ../template/src ../parseur/src ../sat/src ../step/src ../materiau/src ../geometrie/src ../carte/src ../fichier/src ../mailleur/src ../mailleur_auto/src ../aster/src ../../app/magic_application/src ${EXTERNAL_INCLUDES} ) |
4 | francois | 756 | add_library(microstructure SHARED ${MICROSTRUCTURE_SOURCE} ) |
5 | target_link_libraries(microstructure geometrie ${EXTERNAL_LIBRARIES} ) |