[Cmake-commits] CMake branch, master, updated. v3.6.0-rc1-63-gfb8b8dd
Brad King
brad.king at kitware.com
Wed Jun 8 12:56:09 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via fb8b8dd1060f78729da7b79c7eea06601681b678 (commit)
via adf4df28caf621569d9d0d62011fc38773710319 (commit)
from 5804068c220e2f9870dbcb24ee68eb610c9b4ff4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fb8b8dd1060f78729da7b79c7eea06601681b678
commit fb8b8dd1060f78729da7b79c7eea06601681b678
Merge: 5804068 adf4df2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 8 12:56:07 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 8 12:56:07 2016 -0400
Merge topic 'add-FindVulkan'
adf4df28 Add FindVulkan.cmake.
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-modules.7.rst | 1 +
Help/module/FindVulkan.rst | 1 +
Help/release/dev/FindVulkan.rst | 4 ++
Modules/FindVulkan.cmake | 85 +++++++++++++++++++++++
Tests/CMakeLists.txt | 4 ++
Tests/{FindOpenCL => FindVulkan}/CMakeLists.txt | 8 +--
Tests/FindVulkan/Test/CMakeLists.txt | 15 ++++
Tests/FindVulkan/Test/main.c | 29 ++++++++
8 files changed, 143 insertions(+), 4 deletions(-)
create mode 100644 Help/module/FindVulkan.rst
create mode 100644 Help/release/dev/FindVulkan.rst
create mode 100644 Modules/FindVulkan.cmake
copy Tests/{FindOpenCL => FindVulkan}/CMakeLists.txt (54%)
create mode 100644 Tests/FindVulkan/Test/CMakeLists.txt
create mode 100644 Tests/FindVulkan/Test/main.c
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list