minesweeper

A minewseeper implementation to play around with Hare and Raylib
git clone https://git.tronto.net/minesweeper
Download | Log | Files | Refs | README | LICENSE

glfw3Config.cmake.in (115B)


      1 include(CMakeFindDependencyMacro)
      2 find_dependency(Threads)
      3 include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake")