7eef89fece
Switch from Debug to Release build configuration Remove deprecated codecvt.h dependency Add new Renderer class for GUI support Implement basic game timing with program start tracking Create main_gui.cpp for SDL2-based rendered application Update Timer to track duration in reference variable Add font loading and rendering capabilities Remove debug flags from build configuration ```
11 lines
257 B
Makefile
11 lines
257 B
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
|
|
|
|
# compile CXX with /usr/bin/c++
|
|
CXX_DEFINES =
|
|
|
|
CXX_INCLUDES = -I/home/fegger/Code/PROG/deepMiner/include
|
|
|
|
CXX_FLAGS = -std=gnu++17 -Wall -Wextra -Wpedantic
|
|
|