Add an option allowing to switch off CMake install.

This commit is contained in:
Chunting Gu
2018-10-18 10:31:05 +08:00
parent e3e9a22181
commit c424e2b690
2 changed files with 8 additions and 6 deletions
+1
View File
@@ -11,6 +11,7 @@ project(webcc)
option(WEBCC_ENABLE_LOG "Enable logging?" ON)
option(WEBCC_ENABLE_SOAP "Enable SOAP support (need pugixml)?" ON)
option(WEBCC_ENABLE_SSL "Enable SSL/HTTPS support (need OpenSSL)?" OFF)
option(WEBCC_ENABLE_INSTALL "Enable to install library and headers with CMake?" OFF)
option(WEBCC_BUILD_UNITTEST "Build unit test?" ON)
option(WEBCC_BUILD_EXAMPLE "Build examples?" ON)