@@ -30,7 +30,7 @@ include(cmake/geogram.cmake)
3030
3131set (VORPALINE_VERSION_MAJOR 1)
3232set (VORPALINE_VERSION_MINOR 3)
33- set (VORPALINE_VERSION_PATCH 10 )
33+ set (VORPALINE_VERSION_PATCH 11 )
3434set (VORPALINE_VERSION ${VORPALINE_VERSION_MAJOR} .${VORPALINE_VERSION_MINOR} .${VORPALINE_VERSION_PATCH} )
3535
3636set (VORPALINE_INCLUDE_SUBPATH geogram${VORPALINE_VERSION_MAJOR} )
@@ -93,39 +93,32 @@ add_custom_target(uninstall
9393# Geogram/Vorpaline sources
9494
9595add_subdirectory (src/lib/geogram )
96- add_subdirectory (src/bin/vorpastat )
97- add_subdirectory (src/bin/vorpacomp )
98- add_subdirectory (src/bin/geodump )
99-
100- if (GEOGRAM_WITH_FPG)
101- add_subdirectory (src/bin/fpg )
102- endif ()
103-
10496if (GEOGRAM_WITH_VORPALINE)
10597 add_subdirectory (src/lib/vorpalib )
106- add_subdirectory (src/bin/vorpaline )
107- else ()
108- add_subdirectory (src/bin/vorpalite )
10998endif ()
11099
111100add_subdirectory (src/lib/third_party )
112101
113102if (GEOGRAM_WITH_GRAPHICS)
114- add_subdirectory (src/lib/geogram_gfx )
115- add_subdirectory (src/bin/vorpaview )
116- add_subdirectory (src/bin/geobox )
103+ add_subdirectory (src/lib/geogram_gfx )
117104endif ()
118105
119- add_subdirectory (src/test )
106+ if (IS_DIRECTORY ${CMAKE_SOURCE_DIR} /src/lib/exploragram)
107+ set (GEOGRAM_WITH_EXPLORAGRAM TRUE )
108+ add_subdirectory (src/lib/exploragram )
109+ endif ()
120110
121- if (GEOGRAM_WITH_GRAPHICS)
122- add_subdirectory (src/demos )
111+ if (NOT GEOGRAM_LIB_ONLY)
112+ add_subdirectory (src/bin )
113+ add_subdirectory (src/test )
114+ if (GEOGRAM_WITH_GRAPHICS)
115+ add_subdirectory (src/demos )
116+ endif ()
123117endif ()
124118
125119add_subdirectory (doc )
126120add_subdirectory (tests )
127121
128-
129122##############################################################################
130123# Cleanup from previous builds
131124
0 commit comments