cmake_minimum_required(VERSION 3.15) project(turbobase64 C) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) endif() # Run cmake -D