Hopson97 / open-builder

Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
https://github.com/Hopson97/open-builder/projects/3
GNU General Public License v3.0
700 stars 80 forks source link

Provide hunter (c/c++ package handler) support using cmake flag OPENBUILDER_USE_HUNTER #166

Closed caseymcc closed 4 years ago

caseymcc commented 4 years ago

Hunter: https://github.com/cpp-pm/hunter

This will allow anyone to run open-builder using cmake with no other setup. Hunter (using cmake) will fetch SFML and do a one time compile of it and link it to the main project files.

Also along with the hunter support CreateLauncher was added that will set the working directory for VS through the .user file as well as create linux/mac scripts to launch the application with the working directory (and other options, https://github.com/caseymcc/CreateLaunchers)