summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-12 09:28:24 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-12 09:28:24 -0500
commit90397f6a91e3e960609952486707ec76b332465e (patch)
tree228802ee51b5c3580e9c486499444ac0c6894c7d /tools/CMakeLists.txt
parent6006326ea9fa14c7865ca255241cb9ec9788b9cd (diff)
downloadhorizon-90397f6a91e3e960609952486707ec76b332465e.tar.gz
horizon-90397f6a91e3e960609952486707ec76b332465e.tar.bz2
horizon-90397f6a91e3e960609952486707ec76b332465e.tar.xz
horizon-90397f6a91e3e960609952486707ec76b332465e.zip
tools: Add new tool, hscript-simulate, for simulation of script execution
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 4bf5423..5f37892 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1 +1,2 @@
add_subdirectory(hscript-validate)
+add_subdirectory(hscript-simulate)