mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 02:09:00 +02:00
build fixes + gentoo cross docs
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
a568424f63
commit
af617cef09
6 changed files with 140 additions and 3 deletions
1
externals/powah/CMakeLists.txt
vendored
1
externals/powah/CMakeLists.txt
vendored
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
add_library(powah INTERFACE)
|
||||
target_include_directories(powah INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_compile_options(powah INTERFACE -Wno-unused-parameter)
|
||||
|
||||
add_executable(powah_tests tests.cpp)
|
||||
create_target_directory_groups(powah_tests)
|
||||
|
|
|
|||
4
externals/powah/powah_emit.hpp
vendored
4
externals/powah/powah_emit.hpp
vendored
|
|
@ -5,10 +5,10 @@
|
|||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
#include <cassert>
|
||||
#include <ranges>
|
||||
#include <bit>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <sys/mman.h>
|
||||
#include <cstdlib>
|
||||
|
||||
//#ifndef __cpp_lib_unreachable
|
||||
namespace std {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue