Custom Library/Cell Renderer for tree view
This allows direct storing of library/cell structures instead of only names
This commit is contained in:
@@ -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}
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user