summaryrefslogtreecommitdiff
path: root/unity-shared/CMakeLists.txt
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2013-09-19 17:46:48 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2013-09-19 17:46:48 +0200
commit38bfd1f38ddfedd2fc4ecb55d37d3d111bec60da (patch)
treecb9679b6a194f13fffcf7d00c7a31173580e7bae /unity-shared/CMakeLists.txt
parentd172d70310509f5cd40642bbbea03cce5807297c (diff)
IntrospectionData: add new class for collecting introspection informations
This is going to be used to collect the introspection data for every Introspectable object, without any direct inclusion of glib::Variant and making impossible for the clients to use an invalid syntax. (bzr r3506.6.1)
Diffstat (limited to 'unity-shared/CMakeLists.txt')
-rw-r--r--unity-shared/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unity-shared/CMakeLists.txt b/unity-shared/CMakeLists.txt
index 2e1b852e6..bdf92cc2b 100644
--- a/unity-shared/CMakeLists.txt
+++ b/unity-shared/CMakeLists.txt
@@ -36,6 +36,7 @@ set (UNITY_SHARED_SOURCES
IconTextureSource.cpp
Introspectable.cpp
IntrospectableWrappers.cpp
+ IntrospectionData.cpp
JSONParser.cpp
LayoutSystem.cpp
LineSeparator.cpp