summaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/00-suse-config.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/cmake/00-suse-config.cmake')
-rw-r--r--conf.d/cmake/00-suse-config.cmake3
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