summaryrefslogtreecommitdiff
path: root/src/ipcpd/CMakeLists.txt
blob: e0b375b6fd80a6849ab30f4b429344d43653d337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(IPCP_SOURCES
  # Add source files here
  ${CMAKE_CURRENT_SOURCE_DIR}/ipcp.c
  ${CMAKE_CURRENT_SOURCE_DIR}/shim-data.c
  ${CMAKE_CURRENT_SOURCE_DIR}/timerwheel.c
  )

add_subdirectory(local)
add_subdirectory(normal)
add_subdirectory(shim-udp)
if (NOT APPLE AND NOT CMAKE_SYSTEM_NAME STREQUAL GNU)
  add_subdirectory(shim-eth-llc)
endif ()
add_subdirectory(tests)