diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-03-04 15:33:21 +0000 |
---|---|---|
committer | andreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf> | 2014-03-04 15:33:21 +0000 |
commit | b2e94fa3f1a7b0abb99007c198ceb76a00183e54 (patch) | |
tree | 058151bcb18de6e5cc74ce9dd34b5c29395a52be /CMakeLists.txt | |
parent | df938ff92ea02f26c594c610234754101138f646 (diff) |
added basic structure of the domain class
git-svn-id: file:///var/local/svn/basicwriter@15 daaaf23c-2e50-4459-9457-1e69db5a47bf
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 f4cceee..329b17d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,7 @@ INCLUDE_DIRECTORIES(src/) ADD_LIBRARY(ousia_core src/model/GraphNode + src/model/domain/Domain ) ADD_EXECUTABLE(ousia |