Added a missing CMake configuration file to build the external dependencies.

This commit is contained in:
Leon Styhre 2022-01-06 23:25:22 +01:00
parent 998830181f
commit 5f9505f780
2 changed files with 12 additions and 0 deletions

1
external/.gitignore vendored
View file

@ -1,4 +1,5 @@
* *
!CMakeLists.txt
!CImg !CImg
!CImg/* !CImg/*
!glm !glm

11
external/CMakeLists.txt vendored Normal file
View file

@ -0,0 +1,11 @@
# SPDX-License-Identifier: MIT
#
# EmulationStation Desktop Edition
# CMakeLists.txt (external)
#
# CMake configuration for bundled dependencies built in-tree.
#
set(BUILD_SHARED_LIBS OFF)
option(LOTTIE_MODULE OFF)
add_subdirectory("rlottie")