diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-09-21 13:17:08 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-18 13:01:13 +0100 |
commit | a56303d3343a85047d4f2641348091941fe9e68e (patch) | |
tree | 39690a89c533aa578d86a4f9c8098e53d666329c /conf.d/cmake/00-default-osconfig.cmake | |
parent | d74a2eb279e75594984a346dc102bdce6443861b (diff) |
Add basic source and configuration files
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'conf.d/cmake/00-default-osconfig.cmake')
-rw-r--r-- | conf.d/cmake/00-default-osconfig.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/00-default-osconfig.cmake b/conf.d/cmake/00-default-osconfig.cmake new file mode 100644 index 0000000..182caeb --- /dev/null +++ b/conf.d/cmake/00-default-osconfig.cmake @@ -0,0 +1 @@ +list(APPEND PKG_REQUIRED_LIST lua>=5.3)
\ No newline at end of file |