mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-24 07:05:39 +00:00
Added headers to the CMake configuration files.
This commit is contained in:
parent
57f28a8ff5
commit
abf8759f75
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue