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 (122B)


      1 add_library(fast_float INTERFACE)
      2 target_include_directories(fast_float INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
      3