mirror of
https://github.com/stenzek/duckstation.git
synced 2025-04-02 10:51:47 -04:00
3 lines
176 B
CMake
3 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")
|