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 10:24:00 +0100 |
commit | a3806abc3eefd2e6b8726ace474447657cb1e4e3 (patch) | |
tree | acbb45804023500b04b1191bd2250c553fb8d140 /conf.d/cmake/00-suse-config.cmake | |
parent | 1d77128c2b1c4e99306f37cc5b8150c250271ee5 (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 |