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-suse-config.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-suse-config.cmake')
-rw-r--r-- | conf.d/cmake/00-suse-config.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/cmake/00-suse-config.cmake b/conf.d/cmake/00-suse-config.cmake new file mode 100644 index 0000000..d259a21 --- /dev/null +++ b/conf.d/cmake/00-suse-config.cmake @@ -0,0 +1,3 @@ +add_definitions(-DSUSE_LUA_INCDIR) +list(APPEND PKG_REQUIRED_LIST lua>=5.3) +set(CMAKE_INSTALL_PREFIX $ENV{HOME}/opt)
\ No newline at end of file |