This repository has been archived on 2022-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
LEFTONE/core/loui/CMakeLists.txt

20 lines
187 B
CMake

add_library(loui
combat.c
event.c
hud.c
menu.c
popup.c
ui.c
)
target_link_libraries(loui
glyphas
math
lochara
locommon
loplayer
loresource
loshader
loworld
)