open_toontown_panda3d/cmake/scripts
kestred c579f87007 cmake: Reorganize macros, and cleanup related files (add docs, etc) 2013-12-21 13:44:05 -07:00
..
MakeComposite.cmake cmake: Reorganize macros, and cleanup related files (add docs, etc) 2013-12-21 13:44:05 -07:00
README.md cmake: Reorganize macros, and cleanup related files (add docs, etc) 2013-12-21 13:44:05 -07:00

README.md

Directory Info

Directory: /cmake/scripts
License: Unlicense
Description: This directory is used for cmake files which are not meant to be included using CMake's normal include() directive. Typically, files in this directory will be invoked as a custom command/target in the form of:

 cmake -P <CustomScriptName.cmake> [... other options ...]