aboutsummaryrefslogtreecommitdiff
path: root/common/CMakeLists.txt
blob: d8d5268182f5295e064d2ba213ac51a35587d7ec (plain)
1
2
3
4
5
6
add_library(wlr-common STATIC
	list.c
    log.c
)

target_link_libraries(wlr-common m)