11 lines
94 B
CMake
Raw Normal View History

include_directories(../../include)
add_library(
cast
OBJECT
cast.c
cast_tables.c
)