include platform.cmake

This commit is contained in:
Tom Lankhorst 2019-02-05 20:16:51 +01:00
parent 15a6cf4c48
commit af25da940b
No known key found for this signature in database
GPG Key ID: 52BF82B885592251
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ endif()
project(openrct2 CXX)
include(cmake/platform.cmake)
if (NOT MSVC)
include(FindPkgConfig)
endif ()