summaryrefslogtreecommitdiff
path: root/accel-pppd/shaper/CMakeLists.txt
blob: abfd8ecbe2ba43e3924223b2289b24b1f48a6b98 (plain)
1
2
3
4
5
6
ADD_LIBRARY(shaper SHARED shaper.c limiter.c tc_core.c libnetlink.c)

INSTALL(TARGETS shaper
	LIBRARY DESTINATION lib/accel-ppp
)