open_toontown_panda3d/cmake/macros
Sam Edwards 2e2a8eae98 CMake: Byte-compile all .py files when building Panda
This also involves the creation a new include: Python.cmake

This file will contain utility functions for building Python
modules and installing Python packages.
2018-09-28 17:15:56 -06:00
..
AddBisonTarget.cmake cmake: Reorganize macros, and cleanup related files (add docs, etc) 2013-12-21 13:44:05 -07:00
AddFlexTarget.cmake Build egg's lexer case-insensitve under CMake. Fixes parse errors. 2014-01-29 05:46:59 -07:00
BuildMetalib.cmake CMake: Remove target_use_packages 2018-09-21 10:17:05 -06:00
CompositeSources.cmake CMake: Flag composite files as generated 2018-05-26 18:01:05 -06:00
Interrogate.cmake CMake: Byte-compile all .py files when building Panda 2018-09-28 17:15:56 -06:00
PackageConfig.cmake CMake: Look for packages by CONFIG first 2018-09-21 19:22:59 -06:00
Python.cmake CMake: Byte-compile all .py files when building Panda 2018-09-28 17:15:56 -06:00
README.md cmake: Reorganize macros, and cleanup related files (add docs, etc) 2013-12-21 13:44:05 -07:00
RunPzip.cmake CMake: Don't use pzip when not built 2018-06-01 02:56:43 -06:00
Versioning.cmake CMake: Don't use (SO)VERSION for modules 2018-04-05 16:11:59 -06:00

README.md

Directory Info

Directory: /cmake/macros
License: Unlicense
Description: This directory is used for CMake modules which may be unsafe to use outside of a Panda3D project. These modules may rely on Panda3D specific cmake variables, Panda3D's directory structure, or some other dependency. They are not intended to be included in other projects directly, though you are free to copy and adapt them to your own needs.