diff options
author | 2025-05-17 14:10:39 +0200 | |
---|---|---|
committer | 2025-05-17 14:10:39 +0200 | |
commit | 268790307bde4859ac6ee5ac6c3d19ada9ed5a11 (patch) | |
tree | d0f0a0574cf33526668307bafc269a1a3d7df6e6 /CMakeLists.txt | |
parent | a3027cce6f5f7753147edc49aa4403a013338c3d (diff) | |
download | tris-268790307bde4859ac6ee5ac6c3d19ada9ed5a11.tar.gz tris-268790307bde4859ac6ee5ac6c3d19ada9ed5a11.zip |
Add the maanagement of mouse press event
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 |