diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2018-09-08 09:15:32 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-09-08 09:48:40 +0200 |
| commit | 4e66c72332aa36a8d6d33afa925b588c2b2cb88d (patch) | |
| tree | 584e10dcd5f61bb4678cd75a3cd8c3a2d59ca8de | |
| parent | 5be0f372b58f87b70683cb71267f4f6aa698163b (diff) | |
| download | qxmpp-4e66c72332aa36a8d6d33afa925b588c2b2cb88d.tar.gz | |
Build examples by default
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index db0dbfe0..88aa1a87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ include(GNUInstallDirs) option(BUILD_TESTS "Build tests." ON) option(BUILD_DOCUMENTATION "Build API documentation." OFF) -option(BUILD_EXAMPLES "Build API documentation." OFF) +option(BUILD_EXAMPLES "Build API documentation." ON) add_subdirectory(src) |
