wlroots-hyprland/util/CMakeLists.txt

7 lines
83 B
CMake
Raw Normal View History

2017-06-21 18:10:07 +02:00
add_library(wlr-util STATIC
list.c
log.c
)
target_link_libraries(wlr-util m)