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