open_toontown_panda3d/cmake/macros
Sam Edwards f92b88f35b CMake: Omit Interrogate-generated sources from unity builds
This fixes an include path error when building under a
multi-configuration generator and with CMake 3.16+
2020-01-06 17:12:00 -07:00
..
AddBisonTarget.cmake CMake: Neatly format everything for readability and consistency 2019-04-14 22:37:18 -06:00
AddFlexTarget.cmake CMake: Neatly format everything for readability and consistency 2019-04-14 22:37:18 -06:00
BuildMetalib.cmake CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
CompositeSources.cmake CMake: Rename COMPOSITE_* to CMAKE_UNITY_BUILD* where appropriate 2019-12-31 06:48:07 -07:00
Interrogate.cmake CMake: Omit Interrogate-generated sources from unity builds 2020-01-06 17:12:00 -07:00
PackageConfig.cmake CMake: Use `CMAKE_FIND_PACKAGE_PREFER_CONFIG` to control `find_package` override 2019-12-31 06:48:06 -07:00
Python.cmake CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -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: When zlib isn't available, run_pzip() should copy at build-time 2019-08-22 14:58:43 -06: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.