mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
Reorganize wlr-common
This commit is contained in:
parent
fd91244e83
commit
f4453d104d
46 changed files with 71 additions and 91 deletions
6
util/CMakeLists.txt
Normal file
6
util/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
add_library(wlr-util STATIC
|
||||
list.c
|
||||
log.c
|
||||
)
|
||||
|
||||
target_link_libraries(wlr-util m)
|
||||
Loading…
Add table
Add a link
Reference in a new issue