The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmake: Add SDPX tags

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
db952b27 d9e90863

+8
+3
cmake/.cmake-format.json.license
··· 1 + Copyright 2019-2020, Collabora, Ltd. 2 + 3 + SPDX-License-Identifier: BSL-1.0
+1
cmake/CleanDirectoryList.cmake
··· 13 13 # Distributed under the Boost Software License, Version 1.0. 14 14 # (See accompanying file LICENSE_1_0.txt or copy at 15 15 # http://www.boost.org/LICENSE_1_0.txt) 16 + # SPDX-License-Identifier: BSL-1.0 16 17 17 18 if(__clean_directory_list) 18 19 return()
+1
cmake/FindSystemd.cmake
··· 23 23 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 24 24 # See the License for more information. 25 25 #============================================================================= 26 + # SPDX-License-Identifier: BSD-3-Clause 26 27 27 28 include(FeatureSummary) 28 29 set_package_properties(
+1
cmake/GetGitRevisionDescription.cmake.in
··· 12 12 # Distributed under the Boost Software License, Version 1.0. 13 13 # (See accompanying file LICENSE_1_0.txt or copy at 14 14 # http://www.boost.org/LICENSE_1_0.txt) 15 + # SPDX-License-Identifier: BSL-1.0 15 16 16 17 set(HEAD_HASH) 17 18
+1
cmake/PrefixListGlob.cmake
··· 10 10 # Distributed under the Boost Software License, Version 1.0. 11 11 # (See accompanying file LICENSE_1_0.txt or copy at 12 12 # http://www.boost.org/LICENSE_1_0.txt) 13 + # SPDX-License-Identifier: BSL-1.0 13 14 14 15 if(__prefix_list_glob) 15 16 return()
+1
cmake/ProgramFilesGlob.cmake
··· 13 13 # Distributed under the Boost Software License, Version 1.0. 14 14 # (See accompanying file LICENSE_1_0.txt or copy at 15 15 # http://www.boost.org/LICENSE_1_0.txt) 16 + # SPDX-License-Identifier: BSL-1.0 16 17 17 18 include(PrefixListGlob) 18 19 include(CleanDirectoryList)