Added settings to CMake
This commit is contained in:
17
config.h.in
Normal file
17
config.h.in
Normal 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@"
|
Reference in New Issue
Block a user