Yzena's CMake utilities.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gavin Howard ec7ce30024
Change license headers
2 years ago
.gitignore Make a blank gitignore 6 years ago
CMakeLists.txt Change license headers 2 years ago
FindSphinx.cmake Change license headers 2 years ago
LICENSE.md Update the license 2 years ago
README.md Move Yzena projects away from GitHub 3 years ago
functions.cmake Change license headers 2 years ago
gen_data.cmake.in Change license headers 2 years ago

README.md

YCMake

WARNING: This project has moved to https://git.yzena.com/ for these reasons.

This project contains all of the CMake tools for Yzena repos. It is usually included as a git submodule in other projects.

Contents

Files:

CMakeLists.txt     The CMake config file for this directory. It just
                   includes all of the other CMake files in the directory
                   and adds all subdirectories.
functions.cmake    All CMake functions used in Yzena repositories.
gen_data.cmake.in  Allows one function to generate data from source code.