# A library of utility structs
include (../options.cmake)

set (lib l)

file (GLOB_RECURSE sources *)
add_library (${lib} ${sources})

# eof
