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


      1 add_executable(common-tests
      2   bitutils_tests.cpp
      3   file_system_tests.cpp
      4   gsvector_yuvtorgb_test.cpp
      5   path_tests.cpp
      6   rectangle_tests.cpp
      7   string_tests.cpp
      8 )
      9 
     10 target_link_libraries(common-tests PRIVATE common gtest gtest_main)