karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

features of operating system and compiler should be checked through cmake and not relied on. #138

Open karolherbst opened 9 years ago

karolherbst commented 9 years ago

Especially here: https://github.com/karolherbst/Gamekeeper-Framework/blob/master/include/gamekeeper/core/common.h a lot of features are checked through version checks, but they should be compile tested through cmake and advertised through GK_PLATFORMHAS* variables.