supercell-wx/wxdata/CMakeLists.txt
Dan Paulat b6e7c829ee Rolling CMake required to 3.20
- CMake 3.15 required to remove /W3 by default
- CMake 3.20 required for preset support
2022-10-06 10:29:35 -05:00

8 lines
177 B
CMake

cmake_minimum_required(VERSION 3.20)
set_property(DIRECTORY
APPEND
PROPERTY CMAKE_CONFIGURE_DEPENDS
wxdata.cmake)
include(wxdata.cmake)