mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 00:05:37 +00:00
CEMU: updated
This commit is contained in:
parent
217a7fd083
commit
d688fc61a6
|
@ -1314,23 +1314,35 @@ modules:
|
||||||
|
|
||||||
# CEMU - START
|
# CEMU - START
|
||||||
|
|
||||||
# - name: Cemu
|
- name: cemu
|
||||||
# buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
# builddir: true
|
builddir: true
|
||||||
# config-opts:
|
build-options:
|
||||||
# - -DENABLE_VCPKG=false
|
env:
|
||||||
# - -DCMAKE_BUILD_TYPE=Release
|
CC: clang
|
||||||
# #- -DCMAKE_C_COMPILER=/usr/bin/gcc
|
CXX: clang++
|
||||||
# #- -DCMAKE_CXX_COMPILER=/usr/bin/g++
|
AR: llvm-ar
|
||||||
# - -Dimgui_LINK_LIBRARIES=/app/lib/imgui
|
RANLIB: llvm-ranlib
|
||||||
# sources:
|
ldflags: -fuse-ld=lld
|
||||||
# - type: git
|
prepend-ld-library-path: /usr/lib/sdk/llvm13/lib
|
||||||
# url: https://github.com/cemu-project/Cemu
|
prepend-path: /usr/lib/sdk/llvm13/bin
|
||||||
# commit: d8da8a54a6c08296a884b892d714cabcb7e4bdb5
|
config-opts:
|
||||||
# - type: git
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
# dest: 3rdparty/imgui/imgui
|
- -DENABLE_VCPKG=false
|
||||||
# url: https://github.com/ocornut/imgui.git
|
sources:
|
||||||
# commit: 60bea052a92cbb4a93b221002fdf04f0da3698e1
|
- type: git
|
||||||
|
url: https://github.com/cemu-project/Cemu
|
||||||
|
tag: v2.0-1
|
||||||
|
commit: e5d7d5d1736019d08e1ff8d9bd2e385330c5b7de
|
||||||
|
- type: git
|
||||||
|
dest: 3rdparty/imgui/imgui
|
||||||
|
url: https://github.com/ocornut/imgui.git
|
||||||
|
commit: 60bea052a92cbb4a93b221002fdf04f0da3698e1
|
||||||
|
cleanup:
|
||||||
|
- /app/include
|
||||||
|
- /app/lib/*.a
|
||||||
|
- /app/lib/*.la
|
||||||
|
- /app/lib/pkgconfig
|
||||||
|
|
||||||
# CEMU - END
|
# CEMU - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue