mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added a missing CMake configuration file to build the external dependencies.
This commit is contained in:
parent
998830181f
commit
5f9505f780
1
external/.gitignore
vendored
1
external/.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
*
|
*
|
||||||
|
!CMakeLists.txt
|
||||||
!CImg
|
!CImg
|
||||||
!CImg/*
|
!CImg/*
|
||||||
!glm
|
!glm
|
||||||
|
|
11
external/CMakeLists.txt
vendored
Normal file
11
external/CMakeLists.txt
vendored
Normal 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")
|
Loading…
Reference in a new issue