vmap/libs/generic/CMakeLists.txt
2020-11-17 12:16:16 +01:00

13 lines
297 B
CMake

add_library(generic
arrayrange.h
bitfield.h
callback.cpp callback.h
constant.cpp constant.h
enumeration.h
functional.h
object.cpp object.h
reference.h
referencecounted.h
static.cpp static.h
vector.h
)