cmake_minimum_required(VERSION 3.0) project(testPythonCtypes) set(SRCS fonctions.c) add_library(fonctions SHARED ${SRCS})