mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 15:05:42 -04: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")
|