settings dialog fully implemented

This commit is contained in:
2018-07-19 17:49:33 +02:00
parent 4c04ce3614
commit d9f0f3cdd5
7 changed files with 135 additions and 17 deletions

View File

@@ -17,6 +17,7 @@ aux_source_directory("widgets" LAYER_SOURCES)
aux_source_directory("tree-renderer" RENDERER_SOURCES)
aux_source_directory("gds-parser" PARSER_SOURCES)
aux_source_directory("latex-output" LATEX_SOURCES)
aux_source_directory("cairo-output" CAIRO_SOURCES)
set(SOURCE "main.c" "layer-selector.c")
@@ -26,6 +27,7 @@ set(SOURCE
${RENDERER_SOURCES}
${PARSER_SOURCES}
${LATEX_SOURCES}
${CAIRO_SOURCES}
)
add_compile_options(-Wall)