shithub: dumb

Download patch

ref: b51f4bd77afd492962925e5d890accbca0c3f4d1
parent: 373f8d780bb7bc51af402304d27110a453d5f485
author: Tuomas Virtanen <katajakasa@gmail.com>
date: Sat Dec 12 17:32:41 EST 2015

Add BUILD_EXAMPLES to cmake readme

--- a/dumb/cmake/readme.txt
+++ b/dumb/cmake/readme.txt
@@ -27,4 +27,5 @@
 * CMAKE_INSTALL_PREFIX sets the installation path prefix
 * CMAKE_BUILD_TYPE sets the build type (eg. Release, Debug, RelWithDebInfo, MinSizeRel). Debug libraries will be named libdumbd, release libraries libdumb.
 * BUILD_SHARED_LIBS selects whether cmake should build dynamic or static library (On=shared, OFF=static)
+* BUILD_EXAMPLES selects example binaries. Note that example binaries require libargtable2 library. Enabled by default.
 * You may also need to tell cmake what kind of makefiles to create with the "-G" flag. Eg. for MSYS one would say something like `cmake -G "MSYS Makefiles" .`.