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

24-cpuinfo.yaml (666B)


      1 name: cpuinfo
      2 buildsystem: cmake-ninja
      3 builddir: true
      4 config-opts:
      5   - "-DCMAKE_BUILD_TYPE=Release"
      6   - "-DCPUINFO_LIBRARY_TYPE=shared"
      7   - "-DCPUINFO_RUNTIME_TYPE=shared"
      8   - "-DCPUINFO_LOG_LEVEL=error"
      9   - "-DCPUINFO_LOG_TO_STDIO=ON"
     10   - "-DCPUINFO_BUILD_TOOLS=OFF"
     11   - "-DCPUINFO_BUILD_UNIT_TESTS=OFF"
     12   - "-DCPUINFO_BUILD_MOCK_TESTS=OFF"
     13   - "-DCPUINFO_BUILD_BENCHMARKS=OFF"
     14   - "-DUSE_SYSTEM_LIBS=ON"
     15 build-options:
     16   strip: true
     17 sources:
     18   - type: git
     19     url: "https://github.com/stenzek/cpuinfo.git"
     20     commit: "7524ad504fdcfcf75a18a133da6abd75c5d48053"
     21 cleanup:
     22   - /bin
     23   - /include
     24   - /lib/*.a
     25   - /lib/*.la
     26   - /lib/cmake
     27   - /lib/pkgconfig
     28   - /share