From 0d8d088cc596e5b6a46729c7c894f79e42ca1e1b Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Mon, 30 Oct 2017 22:05:44 -0700 Subject: [PATCH] Add KRContext and KRContextObject to CMakeLists --- kraken/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kraken/CMakeLists.txt b/kraken/CMakeLists.txt index 05d0a68..b9a0b83 100644 --- a/kraken/CMakeLists.txt +++ b/kraken/CMakeLists.txt @@ -14,3 +14,5 @@ add_sources(hitinfo.cpp) # Private Implementation add_sources(KRDataBlock.cpp) +add_sources(KRContext.cpp) +add_sources(KRContextObject.cpp) \ No newline at end of file