Revision: | 1063 |
Committed: | Wed Jun 2 17:59:49 2021 UTC (4 years, 2 months ago) by francois |
Content type: | text/plain |
File size: | 409 byte(s) |
Log Message: | reorganisation des repertoires de magic suite |
# | Content |
---|---|
1 | file(GLOB SRC src/*.cpp) |
2 | set(ASTER_SOURCE ${SRC}) |
3 | include_directories(src ../constante/src ../template/src ../sat/src ../step/src ../materiau/src ../geometrie/src ../carte/src ../fichier/src ../mailleur/src ../mailleur_auto/src ../../addin/outil/src ${EXTERNAL_INCLUDES} ) |
4 | |
5 | add_library(aster SHARED ${ASTER_SOURCE} ) |
6 | |
7 | target_link_libraries(aster geometrie fichier mailleur_auto ${EXTERNAL_LIBRARIES} ) |
8 | |
9 |