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 83dd9bb266
Use the lib create funcs to help with merging
We'll see if this removes the problem.
6 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
README.md Get rid of the MySQL stuff and use a new one 6 years ago
functions.cmake Use the lib create funcs to help with merging 6 years ago
merge.cmake.in Get rid of the MySQL stuff and use a new one 6 years ago

README.md

YCMake

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.