Added settings to CMake

This commit is contained in:
2021-08-14 07:51:46 -07:00
parent 98b50f5987
commit e7f6e356e0
9 changed files with 78 additions and 30 deletions

17
config.h.in Normal file
View File

@@ -0,0 +1,17 @@
// Copyright (c) 2021 Dominic Masters
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
# pragma once
// Platform Settings
#cmakedefine SETTING_PLATFORM_GLFW @SETTING_PLATFORM_GLFW@
#cmakedefine SETTING_PLATFORM @SETTING_PLATFORM@
// Game Settings
#cmakedefine SETTING_GAME_POKER @SETTING_GAME_POKER@
#cmakedefine SETTING_GAME_DAWN @SETTING_GAME_DAWN@
#cmakedefine SETTING_GAME @SETTING_GAME@
#cmakedefine SETTING_GAME_NAME "@SETTING_GAME_NAME@"