diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9127b07..093cf1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13.5) -option(BUILD_EXAMPLES ON) +option(BUILD_EXAMPLES "Build examples" ON) project(slweb C) add_library(${PROJECT_NAME} handler.c |
