summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6815afb..f2087c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,8 @@ project(tris)
set(OpenGL_GL_PREFERENCE GLVND)
find_package(OpenGL REQUIRED)
+add_definitions(-DX11)
+
add_executable(tris
src/main/main.c
src/main/ui/ui.h