cmake: fix OpenAL on Switch + using X11 on Linux

This commit is contained in:
Anonymous Maarten
2021-07-05 16:02:10 +02:00
committed by Adrian Graber
parent ca5d3c8811
commit a247d53367
2 changed files with 13 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.14)
set(EXECUTABLE re3)
set(PROJECT RE3)