X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=CMakeLists.txt;h=ecca3e94c6879031a92fadc8efed4c8275c1c1b3;hp=38709ec30826cacf51f4446be7b8d0b88f43276b;hb=4c94515cc8b2ae23bb9c2611e603e09171502531;hpb=8964d77f806291bfbbad6a2e2b530c1838dec29c diff --git a/CMakeLists.txt b/CMakeLists.txt index 38709ec..ecca3e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ PROJECT(ubox C) ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -Wmissing-declarations) OPTION(BUILD_LUA "build Lua plugin" ON) +OPTION(BUILD_EXAMPLES "build examples" ON) INCLUDE(FindPkgConfig) PKG_SEARCH_MODULE(JSONC json-c)