mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
16 lines
321 B
CMake
16 lines
321 B
CMake
# SPDX-License-Identifier: MIT
|
|
#
|
|
# EmulationStation Desktop Edition
|
|
# CMakeLists.txt (external)
|
|
#
|
|
# CMake configuration for bundled dependencies built in-tree.
|
|
#
|
|
|
|
# On Windows, rlottie is built as a DLL file.
|
|
if(NOT WIN32)
|
|
set(BUILD_SHARED_LIBS OFF)
|
|
endif()
|
|
|
|
option(LOTTIE_MODULE OFF)
|
|
add_subdirectory("rlottie")
|