diff --git a/CMakeLists.txt b/CMakeLists.txt index 7532aaa..4ecf794 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 2.8.9) -project(qhttpengine LANGUAGES CXX) +project(qhttpengine) option(BUILD_DOC "Build Doxygen documentation" OFF) option(BUILD_TESTS "Build the test suite" OFF)