set(SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")

file(GLOB_RECURSE ALL_SOURCES "*.c")

add_library(natsort ${ALL_SOURCES})
