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