Added LIB_INSTALL_DIR option.

This commit is contained in:
Nathan Osman
2015-07-16 13:56:55 -07:00
parent dc0fdaf646
commit 00f99723a4

View File

@@ -9,6 +9,8 @@ option(BUILD_DOC "Build Doxygen documentation" OFF)
option(BUILD_EXAMPLES "Build the example applications" OFF)
option(BUILD_TESTS "Build the test suite" OFF)
set(LIB_INSTALL_DIR lib CACHE STRING "Library installation directory")
set(PROJECT_NAME "QHttpEngine")
set(PROJECT_DESCRIPTION "Simple and secure HTTP server for Qt applications")
set(PROJECT_AUTHOR "Nathan Osman")