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/loscene/CMakeLists.txt

26 lines
252 B
CMake

add_library(loscene
context.c
game.c
scene.c
title.c
)
target_link_libraries(loscene
msgpackc
glyphas
jukebox
math
memory
mpkutil
locommon
loentity
loground
loparticle
loplayer
loresource
loshader
loui
loworld
)