18 lines
546 B
Makefile
18 lines
546 B
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
|
|
|
# compile C with /usr/bin/cc
|
|
# compile CXX with /usr/bin/c++
|
|
C_FLAGS = -g
|
|
|
|
C_DEFINES =
|
|
|
|
C_INCLUDES = -I/home/ben/Programming/Languages/Examples/OpenGL/playground/output -I/home/ben/Programming/Languages/Examples/OpenGL/playground/./include
|
|
|
|
CXX_FLAGS = -g -std=c++17
|
|
|
|
CXX_DEFINES =
|
|
|
|
CXX_INCLUDES = -I/home/ben/Programming/Languages/Examples/OpenGL/playground/output -I/home/ben/Programming/Languages/Examples/OpenGL/playground/./include
|
|
|