
file(GLOB_RECURSE SOURCES "*.c")

add_library (codepages STATIC ${SOURCES})

