cmake_minimum_required(VERSION 3.10) project(extent-sampling VERSION 0.1) find_package(GSL REQUIRED) file(GLOB SOURCES "*.c") add_library(extentsampling SHARED ${SOURCES})