summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindLua/prefix1
diff options
context:
space:
mode:
authorAlexander Grund <git@grundis.de>2018-05-22 20:49:55 (GMT)
committerBrad King <brad.king@kitware.com>2018-05-24 15:19:40 (GMT)
commit9455512d22d57a884024c881256a2d35cceedbd9 (patch)
treec18a5183caedc2c74f646b5c07bd77eb8cff4af5 /Tests/RunCMake/FindLua/prefix1
parente6a32f0525d936990ee6df5441d510fa6255f696 (diff)
downloadCMake-9455512d22d57a884024c881256a2d35cceedbd9.zip
CMake-9455512d22d57a884024c881256a2d35cceedbd9.tar.gz
CMake-9455512d22d57a884024c881256a2d35cceedbd9.tar.bz2
FindLua: Add tests for this module
Diffstat (limited to 'Tests/RunCMake/FindLua/prefix1')
-rw-r--r--Tests/RunCMake/FindLua/prefix1/include/lua.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/RunCMake/FindLua/prefix1/include/lua.h b/Tests/RunCMake/FindLua/prefix1/include/lua.h
new file mode 100644
index 0000000..d33434a
--- /dev/null
+++ b/Tests/RunCMake/FindLua/prefix1/include/lua.h
@@ -0,0 +1,8 @@
+
+#define LUA_VERSION_MAJOR "5"
+#define LUA_VERSION_MINOR "3"
+#define LUA_VERSION_NUM 503
+#define LUA_VERSION_RELEASE "4"
+
+#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
+#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE