cmake_minimum_required(VERSION 3.30) project(shibari LANGUAGES C) add_executable(${PROJECT_NAME} src/main.c src/bindings_file.c src/binding.c)