1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 12:44:25 +01:00
Files
libtins/include/tins/CMakeLists.txt
2017-06-05 20:44:03 -07:00

11 lines
219 B
CMake

FILE(GLOB INCLUDE_FILES "*.h")
INSTALL(
FILES ${INCLUDE_FILES}
DESTINATION include/tins
COMPONENT Headers
)
ADD_SUBDIRECTORY(dot11)
ADD_SUBDIRECTORY(tcp_ip)
ADD_SUBDIRECTORY(detail)
ADD_SUBDIRECTORY(utils)