Added settings to CMake
This commit is contained in:
@ -6,11 +6,15 @@
|
||||
#pragma once
|
||||
|
||||
// Settings
|
||||
#include "settings.h"
|
||||
#include "config.h"
|
||||
|
||||
// Static Libs
|
||||
#include <cglm/cglm.h>
|
||||
#include <glad/glad.h>
|
||||
|
||||
#if SETTING_PLATFORM == SETTING_PLATFORM_GLFW
|
||||
#include <glad/glad.h>
|
||||
#endif
|
||||
|
||||
#include <stb_image.h>
|
||||
#include <stb_truetype.h>
|
||||
|
||||
|
Reference in New Issue
Block a user