summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-05 20:31:05 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-05 20:31:05 -0500
commit645c5a1e07b8ca32f3ab7d25865bfff0e4332d41 (patch)
tree16000784ef35b39a95553acca5184764ef1259d5 /CMakeLists.txt
parent3d976959ac21e14b3d729ee0c81cbebd3e520612 (diff)
downloadhorizon-645c5a1e07b8ca32f3ab7d25865bfff0e4332d41.tar.gz
horizon-645c5a1e07b8ca32f3ab7d25865bfff0e4332d41.tar.bz2
horizon-645c5a1e07b8ca32f3ab7d25865bfff0e4332d41.tar.xz
horizon-645c5a1e07b8ca32f3ab7d25865bfff0e4332d41.zip
Un-plugin the architecture of the API
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e11d96..f14aeb1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,8 +15,7 @@ set(HSCRIPT_SOURCE
)
set(HSCRIPT_INCLUDE
- hscript/script.hh
- hscript/keymanager.hh
+ hscript/script.hh
hscript/key.hh
)