Added option for include and CMake configuration directories.

This commit is contained in:
Nathan Osman
2015-07-16 23:49:25 -07:00
parent 054fe75902
commit fe19e6f985

View File

@@ -10,6 +10,8 @@ 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(INCLUDE_INSTALL_DIR include CACHE STRING "Header installation directory")
set(CMAKECONFIG_INSTALL_DIR "${LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}" CACHE STRING "CMake configuration installation directory")
set(PROJECT_NAME "QHttpEngine")
set(PROJECT_DESCRIPTION "Simple and secure HTTP server for Qt applications")