duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

CMakeLists.txt (176B)


      1 add_library(xbyak INTERFACE)
      2 target_include_directories(xbyak INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/xbyak")
      3 target_compile_definitions(xbyak INTERFACE "XBYAK_NO_EXCEPTION=1")