20 lines
219 B
CMake
20 lines
219 B
CMake
add_library(locommon
|
|
counter.c
|
|
easing.c
|
|
null.c
|
|
physics.c
|
|
position.c
|
|
screen.c
|
|
ticker.c
|
|
)
|
|
target_link_libraries(locommon
|
|
msgpackc
|
|
|
|
coly2d
|
|
math
|
|
mpkutil
|
|
)
|
|
add_dependencies(locommon
|
|
benum-generated
|
|
)
|