open_toontown_panda3d/cmake/scripts
Sam Edwards fd94a33c56 CMake: When compiling Python to .pyc, optimize with -O
Distros seem to prefer having opt-1 Python modules and don't care
as much about the opt-2.
2020-01-07 11:34:34 -07:00
..
ConcatenateToCXX.cmake CMake: Fix the ConcatenateToCXX script leaving off a null byte 2019-06-02 01:37:43 -06:00
CopyPattern.cmake CMake: Move copying of models to build-time. 2019-06-27 17:38:18 -06:00
CopyPython.cmake CMake: When compiling Python to .pyc, optimize with -O 2020-01-07 11:34:34 -07:00
MakeComposite.cmake CMake: Kill support for <2.8.12 2018-02-06 14:47:12 -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 ...]