Custom Library/Cell Renderer for tree view

This allows direct storing of library/cell structures instead of only names
This commit is contained in:
2018-05-22 00:00:19 +02:00
parent 46cc20e878
commit 35d10a5a24
8 changed files with 229 additions and 67 deletions

View File

@@ -13,12 +13,14 @@ add_definitions(${GLIB2_CFLAGS_OTHER})
aux_source_directory("layer-widget" SUB_SOURCES)
aux_source_directory("tree-renderer" RENDERER_SOURCES)
set(SOURCE "main.c" "gdsparse.c" "layer-selector.c")
set(SOURCE
${SOURCE}
${SUB_SOURCES}
${RENDERER_SOURCES}
)