Parser finished?
* Implemented basic parser functionality * Tested with GDSII file * Ready to write render output
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user