1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-29 21:14:28 +01:00
Files
libtins/include/tins/utils/CMakeLists.txt
2017-04-30 11:59:02 -07:00

7 lines
127 B
CMake

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