cmake_minimum_required (VERSION 3.9.0)
project (QSORT)
add_library (Qsort qsort.c)
