wlroots-hyprland/common/CMakeLists.txt
2017-04-25 15:06:58 -04:00

6 lines
87 B
CMake

add_library(wlr-common STATIC
list.c
log.c
)
target_link_libraries(wlr-common m)