From af25da940b47c117c85618221730347e1c57d51a Mon Sep 17 00:00:00 2001 From: Tom Lankhorst Date: Tue, 5 Feb 2019 20:16:51 +0100 Subject: [PATCH] include platform.cmake --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5921bb3a18..d8238a2da8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,8 @@ endif() project(openrct2 CXX) +include(cmake/platform.cmake) + if (NOT MSVC) include(FindPkgConfig) endif ()