vcpkg/ports/mathgl/enable-examples.patch
Kai Pastor 797256da29
[mathgl] Update, fix cmake config, dependencies, linkage, usage (#28311)
* Fix mathgl confix fixup

* Control library linkage

* Fix dependencies

* Revise tool installation

* Install usage doc

* Reduce config warnings

* Don't pick up gettext

* Fix osx

* Cross-builds partially unsupported

* uwp unsupported

* Devendor getopt

* No _CRT_STDIO_ISO_WIDE_SPECIFIERS

* Fix mgllab

* Fix glut

* Cleanup

* Update to 8.0.1

* Control building of examples

* Fix examples

* Add vcpkg-ci-mathgl test port

* Update versions

* Trim qt5 dependency

* Trim non-trivial dependencies

* Fix cross builds

* CR changes
2023-01-07 00:59:30 -08:00

15 lines
387 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b393fa7..8a1ce4b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -838,7 +838,9 @@ if(NOT enable-lgpl)
add_subdirectory( lang )
endif(enable-python OR enable-lua OR enable-octave)
add_subdirectory( utils )
+if(enable-examples)
add_subdirectory( examples )
+endif()
if(NOT WIN32)
add_subdirectory( fonts )
endif(NOT WIN32)