parser for gds started

This commit is contained in:
2018-05-07 13:27:50 +02:00
commit db753126ac
5 changed files with 370 additions and 0 deletions

4
CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 2.8)
project(gds-render)
add_executable(${PROJECT_NAME} "main.c" "gdsparse.c")