20 lines
187 B
CMake
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
|
|
)
|