open_toontown_panda3d/cmake/macros
Sam Edwards 7f8d7366dc CMake: Update for upstream Interrogate changes
- "igateruntime" is no longer a thing
- interrogate_module embeds a preamble; we have to provide it
- WindowProperties now has an extension
2018-11-12 19:16:28 -07: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: Update add_metalib() to support exports 2018-11-08 20:15:08 -07:00
CompositeSources.cmake Merge branch 'cmake' of https://github.com/treamology/panda3d into cmake 2018-10-14 02:26:56 -06:00
Interrogate.cmake CMake: Update for upstream Interrogate changes 2018-11-12 19:16:28 -07:00
PackageConfig.cmake CMake: Rename "config_package" function to "package_status" 2018-11-08 21:15:00 -07:00
Python.cmake CMake: Don't depend on Python interpreter 2018-10-07 00:51:26 -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: Clean up run_pzip 2018-10-09 02:01:35 -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.