diff options
author | Alexander Grund <git@grundis.de> | 2018-05-22 20:49:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-05-24 15:19:40 (GMT) |
commit | 9455512d22d57a884024c881256a2d35cceedbd9 (patch) | |
tree | c18a5183caedc2c74f646b5c07bd77eb8cff4af5 /Tests/RunCMake/FindLua/CMakeLists.txt | |
parent | e6a32f0525d936990ee6df5441d510fa6255f696 (diff) | |
download | CMake-9455512d22d57a884024c881256a2d35cceedbd9.zip CMake-9455512d22d57a884024c881256a2d35cceedbd9.tar.gz CMake-9455512d22d57a884024c881256a2d35cceedbd9.tar.bz2 |
FindLua: Add tests for this module
Diffstat (limited to 'Tests/RunCMake/FindLua/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/FindLua/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/FindLua/CMakeLists.txt b/Tests/RunCMake/FindLua/CMakeLists.txt new file mode 100644 index 0000000..a2c4d98 --- /dev/null +++ b/Tests/RunCMake/FindLua/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 3.4) +project(${RunCMake_TEST} C) +include(${RunCMake_TEST}.cmake) |