mirror of https://github.com/snes9xgit/snes9x.git
Gtk: Lower CMake required version.
This commit is contained in:
parent
7fa64f4781
commit
c3366477a7
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
cmake_minimum_required(VERSION 3.18)
|
||||
project(snes9x-gtk VERSION 1.61)
|
||||
|
||||
option(USE_SLANG "Build support for slang-type shaders" ON)
|
||||
|
|
Loading…
Reference in New Issue