Parser finished?

* Implemented basic parser functionality
* Tested with GDSII file
* Ready to write render output
This commit is contained in:
2018-05-08 11:59:32 +02:00
parent 1a46313d1b
commit 3cfdc86ef8
3 changed files with 138 additions and 11 deletions

View File

@@ -10,4 +10,4 @@ link_directories(${GLIB_LINK_DIRS})
project(gds-render)
add_executable(${PROJECT_NAME} "main.c" "gdsparse.c")
target_link_libraries(${PROJECT_NAME} ${GLIB_LDFLAGS})
target_link_libraries(${PROJECT_NAME} ${GLIB_LDFLAGS} m)