Added headers to the CMake configuration files.

This commit is contained in:
Leon Styhre 2021-08-24 18:32:15 +02:00
parent 57f28a8ff5
commit abf8759f75
3 changed files with 27 additions and 0 deletions

View file

@ -1,3 +1,13 @@
# SPDX-License-Identifier: MIT
#
# EmulationStation Desktop Edition
# CMakeLists.txt
#
# Main CMake configuration file.
# Sets up the overall build environment including dependencies detection, build options,
# compiler and linker flags and preprocessor directives.
#
cmake_minimum_required(VERSION 3.13)
if(APPLE)
# Set this to the operating system version you're building on, and also update

View file

@ -1,3 +1,12 @@
# SPDX-License-Identifier: MIT
#
# EmulationStation Desktop Edition
# CMakeLists.txt (es-app)
#
# CMake configuration for es-app.
# Also contains the application packaging configuration.
#
project("emulationstation-de")
set(ES_HEADERS

View file

@ -1,3 +1,11 @@
# SPDX-License-Identifier: MIT
#
# EmulationStation Desktop Edition
# CMakeLists.txt (es-core)
#
# CMake configuration for es-core.
#
project("core")
set(CORE_HEADERS