Working FontManager and Label implementation (WIP)
This commit is contained in:
parent
3b2be83590
commit
af6967151e
15 changed files with 608 additions and 61 deletions
4
make.py
4
make.py
|
|
@ -21,8 +21,8 @@ class Config:
|
|||
COMMON_FLAGS = '-std=c++17 -fno-semantic-interposition'
|
||||
COMMON_DEBUG_FLAGS = '-g -DDEBUG'
|
||||
COMMON_RELEASE_FLAGS = '-O2' # -flto'
|
||||
COMPILE_FLAGS = f'-Wall -I{INCLUDE_DIR} `pkg-config --cflags glfw3 vulkan gl x11`'
|
||||
LINK_FLAGS = '-lpthread -ldl `pkg-config --libs glfw3 vulkan gl x11`'
|
||||
COMPILE_FLAGS = f'-Wall -I{INCLUDE_DIR} `pkg-config --cflags glfw3 vulkan gl x11 freetype2`'
|
||||
LINK_FLAGS = '-lpthread -ldl `pkg-config --libs glfw3 vulkan gl x11 freetype2`'
|
||||
|
||||
PRE_COMPILE_FUNCTION = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue