Yzena's CMake utilities.
You cannot 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 e028f89999
Fix a filename
2 years ago
.gitignore Make a blank gitignore 6 years ago
CMakeLists.txt Get rid of the MySQL stuff and use a new one 6 years ago
FindSphinx.cmake Add a way to find Sphinx 2 years ago
README.md Move Yzena projects away from GitHub 3 years ago
functions.cmake Fix a filename 2 years ago
gen_data.cmake.in Add file length into the file gen system 5 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.