gds-render/CMakeLists.txt

5 lines
111 B
CMake
Raw Normal View History

2018-05-07 13:27:50 +02:00
cmake_minimum_required(VERSION 2.8)
project(gds-render)
add_executable(${PROJECT_NAME} "main.c" "gdsparse.c")