blue-nebula / base

Main repository of Blue Nebula, a fast-paced shooter with a unique parkour system. It is a fork of Red Eclipse and is free software.
https://blue-nebula.org
15 stars 6 forks source link

Replace custom bin suffix handling with CMake built-in variable #228

Closed TheAssassin closed 3 years ago

TheAssassin commented 3 years ago

Obviously, using CMAKE_EXECUTABLE_SUFFIX is better, as we don't have to curry the binary suffix whenever we want to run a command on a target.