summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-07 22:15:33 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-07 22:15:33 -0600
commit7b1ef4aa3f0fbe0b0742a272327ba29325bd917c (patch)
tree67198cad1ec397a4c8ed35cc0535eb6e07d84a1e /CMakeLists.txt
parentd1b9110c038ed1e8d1e1fe2c959377f0a43706a2 (diff)
downloadhorizon-7b1ef4aa3f0fbe0b0742a272327ba29325bd917c.tar.gz
horizon-7b1ef4aa3f0fbe0b0742a272327ba29325bd917c.tar.bz2
horizon-7b1ef4aa3f0fbe0b0742a272327ba29325bd917c.tar.xz
horizon-7b1ef4aa3f0fbe0b0742a272327ba29325bd917c.zip
owner: New utility
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 12accf7..99aa25f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,6 +82,7 @@ IF(BUILD_TOOLS)
ENDIF(BUILD_TOOLS)
IF(INSTALL)
add_subdirectory(fetch)
+ add_subdirectory(owner)
ENDIF(INSTALL)