add a project definition

the project definition is used by cmake to fill the subfolder for
${CMAKE_INSTALL_DOCDIR}.
This commit is contained in:
Hendrik v. Raven 2017-07-26 13:12:54 +02:00 committed by Michał Janiszewski
parent c81f41c843
commit 8438647705
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR)
message(FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SOURCE_DIR}/CMakeCache.txt")
endif()
project(openrct2)
include(FindPkgConfig)
include(CheckCCompilerFlag)
include(CheckCXXCompilerFlag)