project(pppoe-acs-discover C)
ADD_DEFINITIONS(-Wall -Werror -Wformat -g)
ADD_EXECUTABLE(pppoe-acs-discover pppoe_acs_discover.c)
INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/pppoe-acs-discover DESTINATION usr/sbin)
