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

clang-toolchain.cmake (234B)


      1 set(CMAKE_C_COMPILER /usr/bin/clang-16)
      2 set(CMAKE_CXX_COMPILER /usr/bin/clang++-16)
      3 set(CMAKE_EXE_LINKER_FLAGS_INIT "-fuse-ld=lld")
      4 set(CMAKE_MODULE_LINKER_FLAGS_INIT "-fuse-ld=lld")
      5 set(CMAKE_SHARED_LINKER_FLAGS_INIT "-fuse-ld=lld")