mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
6 lines
83 B
CMake
6 lines
83 B
CMake
add_library(wlr-util STATIC
|
|
list.c
|
|
log.c
|
|
)
|
|
|
|
target_link_libraries(wlr-util m)
|