diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-06 17:25:40 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-06 17:25:40 -0500 |
commit | 5c82a446b9110cf27958ad9c82535b84d0565e10 (patch) | |
tree | 3c7f9cce9ad0e25e61a41bae9049a692822ed3ae /CMakeLists.txt | |
parent | 65f70c4d29fb2ffc75aad2435ac6b03059bb6e80 (diff) | |
download | horizon-5c82a446b9110cf27958ad9c82535b84d0565e10.tar.gz horizon-5c82a446b9110cf27958ad9c82535b84d0565e10.tar.bz2 horizon-5c82a446b9110cf27958ad9c82535b84d0565e10.tar.xz horizon-5c82a446b9110cf27958ad9c82535b84d0565e10.zip |
Beginnings of some extremely basic parsing and a utility
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ac98dfb..b854c6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,5 +10,7 @@ pkg_check_modules(LIBUDEV REQUIRED libudev) pkg_check_modules(PARTED REQUIRED libparted) find_library(BCNM_LIBRARY REQUIRED wpactrl PATH_SUFFIXES bcnm) +include_directories(.) + add_subdirectory(hscript) add_subdirectory(tools) |