forked from hercules-390/hyperion
-
Notifications
You must be signed in to change notification settings - Fork 0
CMake Prototype Files
Stephen Orso edited this page May 2, 2018
·
4 revisions
Wiki ▸ CMake Build Logic ▸ CMake Scripts ▸ CMake Prototype Files
Two prototype files are used to create headers needed to compile Hercules. Each defines C preprocessor macros.
- CMakeconfig.h.in - Used to create config.h
- cmake_uninstall.cmake.in - Used for the uninstall script
- commitinfo.h.in - Records git repository status in commitinfo.h
This Wiki page Copyright © 2018 by Stephen R. Orso. This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.