mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
4 lines
176 B
CMake
4 lines
176 B
CMake
add_library(xbyak INTERFACE)
|
|
target_include_directories(xbyak INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/xbyak")
|
|
target_compile_definitions(xbyak INTERFACE "XBYAK_NO_EXCEPTION=1")
|