open_toontown_panda3d/cmake/macros
Sam Edwards 95e25af828 CMake: Update Interrogate.cmake macro's use of COMPILE_DEFINITIONS:
- Slightly older versions of CMake default this to NOTFOUND, so test before iterating.
- Add to local definitions for building the _igate sources.
2014-02-04 14:56:04 -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
CompositeSources.cmake CMake: Fix Interrogate's dependency on the *_composite#.cxx files by creating an explicit target that can be used to do composite generation. 2014-02-02 12:24:18 -07:00
Interrogate.cmake CMake: Update Interrogate.cmake macro's use of COMPILE_DEFINITIONS: 2014-02-04 14:56:04 -07:00
PackageConfig.cmake Fix incorrect licensing and add missing parens after else. 2014-01-30 09:39:29 -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/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.