diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-15 00:37:19 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:18 +0200 |
commit | 3075b0de2e889199c65438d9b3680f08e75eaaeb (patch) | |
tree | b946edbde9a6c76523da9f6615a80a4b07b95ef2 /CMakeLists.txt | |
parent | c6abd1ac624f2bc1ba1e58c1b5291bf9f3db03ad (diff) |
Add header containing callbacks used for the resolution of nodes in the document graph
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b1a109b..d2f69c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,6 +184,7 @@ ADD_LIBRARY(ousia_core src/core/model/Node src/core/model/Project src/core/model/RootNode + src/core/model/ResolutionCallbacks src/core/model/Style src/core/model/Syntax src/core/model/Typesystem |