CMakeLists for each C file

This commit is contained in:
2021-12-07 07:28:47 -08:00
parent a57e978f6c
commit 17b066e676
32 changed files with 321 additions and 38 deletions

View File

@@ -6,7 +6,7 @@
#pragma once
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include "libs.h"
#include <libs.h>
#include "display/render.h"
#include "input/input.h"
#include "game/game.h"