Revision: | 756 |
Committed: | Fri Oct 30 15:08:06 2015 UTC (9 years, 6 months ago) by francois |
Content type: | text/plain |
File size: | 403 byte(s) |
Log Message: | ajout d'une librairie et d'une application pour projet d'homogéinisation des microstructure |
# | User | Rev | Content |
---|---|---|---|
1 | francois | 756 | file(GLOB SRC src/*.cpp) |
2 | set(MICROSTRUCTURE_SOURCE ${SRC}) | ||
3 | 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 ${EXTERNAL_INCLUDES} ) | ||
4 | add_library(microstructure SHARED ${MICROSTRUCTURE_SOURCE} ) | ||
5 | target_link_libraries(microstructure geometrie ${EXTERNAL_LIBRARIES} ) |