aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2012-09-05 19:39:22 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2012-10-08 07:29:58 +0200
commitec4f78c008e12b08e55149b2480ed9654556737c (patch)
tree1245f40024ad60246f03e62c27387f284b60d0a6 /CMakeLists.txt
parent819917536efb59dd913e6d8282ea2f04efa0709e (diff)
downloadlogdiag-ec4f78c008e12b08e55149b2480ed9654556737c.tar.gz
logdiag-ec4f78c008e12b08e55149b2480ed9654556737c.tar.xz
logdiag-ec4f78c008e12b08e55149b2480ed9654556737c.zip
Stub LdCategorySymbolView.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5f4847..bb3f149 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -125,6 +125,7 @@ set (liblogdiag_SOURCES
liblogdiag/ld-diagram-view.c
liblogdiag/ld-library.c
liblogdiag/ld-category-view.c
+ liblogdiag/ld-category-symbol-view.c
liblogdiag/ld-category.c
liblogdiag/ld-symbol.c
liblogdiag/ld-lua.c
@@ -142,6 +143,7 @@ set (liblogdiag_HEADERS
liblogdiag/ld-diagram-view.h
liblogdiag/ld-library.h
liblogdiag/ld-category-view.h
+ liblogdiag/ld-category-symbol-view.h
liblogdiag/ld-category.h
liblogdiag/ld-symbol.h
liblogdiag/ld-lua.h