supercell-wx/scwx-qt/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
179 B
CMake

cmake_minimum_required(VERSION 3.20)
set_property(DIRECTORY
APPEND
PROPERTY CMAKE_CONFIGURE_DEPENDS
scwx-qt.cmake)
include(scwx-qt.cmake)