root / CMakeLists.txt
Historique | Voir | Annoter | Télécharger (540 octet)
1 | 1 | rmalgat | include(${SOFA_CMAKE_DIR}/preProject.cmake) |
---|---|---|---|
2 | 1 | rmalgat | |
3 | 1 | rmalgat | ##plugin external dependencies |
4 | 1 | rmalgat | #find_package( REQUIRED) |
5 | 1 | rmalgat | #include_directories(${}) |
6 | 1 | rmalgat | |
7 | 1 | rmalgat | set(HEADER_FILES |
8 | 1 | rmalgat | |
9 | 1 | rmalgat | initAFM_plane.h |
10 | 1 | rmalgat | MyDefaultContactManager.h |
11 | 1 | rmalgat | ) |
12 | 1 | rmalgat | |
13 | 1 | rmalgat | set(SOURCE_FILES |
14 | 1 | rmalgat | |
15 | 1 | rmalgat | initAFM_plane.cpp |
16 | 1 | rmalgat | MyDefaultContactManager.cpp |
17 | 1 | rmalgat | ) |
18 | 1 | rmalgat | |
19 | 1 | rmalgat | set(README_FILES |
20 | 1 | rmalgat | |
21 | 1 | rmalgat | |
22 | 1 | rmalgat | ) |
23 | 1 | rmalgat | |
24 | 1 | rmalgat | |
25 | 1 | rmalgat | add_library(${PROJECT_NAME} SHARED ${HEADER_FILES} ${MOC_FILES} ${SOURCE_FILES} ${README_FILES}) |
26 | 1 | rmalgat | |
27 | 1 | rmalgat | AddCompilerDefinitions("SOFA_BUILD_AFM-plane") |
28 | 1 | rmalgat | AddLinkerDependencies(SofaGuiQt) |
29 | 1 | rmalgat | |
30 | 1 | rmalgat | include(${SOFA_CMAKE_DIR}/postProject.cmake) |