diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-07 19:07:27 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-07 19:07:27 -0500 |
commit | 39c57ed759c3b3bb008b0d1b3661bd364712807d (patch) | |
tree | b5a2403bd5157e0d615fbe51cb2f03aff3b289c3 /hscript/CMakeLists.txt | |
parent | f6b34aac6e19d8f58131f2171c1ad5a7e966dbc4 (diff) | |
download | horizon-39c57ed759c3b3bb008b0d1b3661bd364712807d.tar.gz horizon-39c57ed759c3b3bb008b0d1b3661bd364712807d.tar.bz2 horizon-39c57ed759c3b3bb008b0d1b3661bd364712807d.tar.xz horizon-39c57ed759c3b3bb008b0d1b3661bd364712807d.zip |
hscript: Fix up Key class, add BooleanKey class
Diffstat (limited to 'hscript/CMakeLists.txt')
-rw-r--r-- | hscript/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hscript/CMakeLists.txt b/hscript/CMakeLists.txt index da5ce1b..dcdb8ad 100644 --- a/hscript/CMakeLists.txt +++ b/hscript/CMakeLists.txt @@ -1,5 +1,6 @@ set(HSCRIPT_SOURCE script.cc + key.cc ) set(HSCRIPT_INCLUDE |