CMake: Fix Debug x64 builds on Linux

This commit is contained in:
Stenzek
2023-10-21 13:46:56 +10:00
parent d00ed000f9
commit 41bb9fddfc
4 changed files with 86 additions and 1 deletions

2
dep/xbyak/CMakeLists.txt Normal file
View File

@ -0,0 +1,2 @@
add_library(xbyak INTERFACE)
target_include_directories(xbyak INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/xbyak")