mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
6 lines
87 B
CMake
6 lines
87 B
CMake
add_library(wlr-common STATIC
|
|
list.c
|
|
log.c
|
|
)
|
|
|
|
target_link_libraries(wlr-common m)
|