cmake_minimum_required(VERSION 2.8) project(gds-render) add_executable(${PROJECT_NAME} "main.c" "gdsparse.c")