open_toontown_panda3d/cmake/macros
rdb 79d6727077 Move MAIN_DIR initialization code from interrogate to panda3d
Using the new -init flag, see panda3d/interrogate#3
2025-02-02 20:11:32 +01:00
..
AddBisonTarget.cmake CMake: Neatly format everything for readability and consistency 2019-04-14 22:37:18 -06:00
AddFlexTarget.cmake CMake: Add -DYY_NO_UNISTD_H definition to built flex sources 2021-01-03 00:21:48 +01:00
BuildMetalib.cmake CMake: Transfer target_link_options from component libs to metalibs 2022-03-09 16:23:37 +01:00
CompositeSources.cmake Update CompositeSources.cmake 2020-03-05 22:03:08 +01:00
Interrogate.cmake Move MAIN_DIR initialization code from interrogate to panda3d 2025-02-02 20:11:32 +01:00
PackageConfig.cmake CMake: Drop support for CMake versions below 3.13 2022-03-09 16:23:37 +01:00
PerConfigOption.cmake CMake: better handling of per-config options, esp. in single-config 2020-05-01 19:53:50 +02:00
Python.cmake Remove runtime dependency on interrogatedb 2024-10-30 17:46:26 +01:00
README.md cmake: Reorganize macros, and cleanup related files (add docs, etc) 2013-12-21 13:44:05 -07:00
RunPzip.cmake CMake: fix broken pzip files on Windows 2020-04-13 15:10:28 +02:00
Versioning.cmake CMake: Neatly format everything for readability and consistency 2019-04-14 22:37:18 -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.