layer element created, dialog for multiple files added

This commit is contained in:
2018-05-15 16:57:08 +02:00
parent 1539348cc6
commit aea3b490ca
5 changed files with 73 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ link_directories(${GLIB_LINK_DIRS} ${GTK3_LINK_DIRS})
configure_file(glade/main.glade glade/main.glade COPYONLY)
project(gds-render)
add_executable(${PROJECT_NAME} "main.c" "gdsparse.c")
add_executable(${PROJECT_NAME} "main.c" "gdsparse.c" "layer-element.c")
target_link_libraries(${PROJECT_NAME} ${GLIB_LDFLAGS} ${GTK3_LDFLAGS} m)