CEMU: updated

This commit is contained in:
XargonWan 2022-09-09 08:42:16 +02:00 committed by GitHub
parent 217a7fd083
commit d688fc61a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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