open_toontown_panda3d/cmake/macros
Sam Edwards 81f0fb78f2 CMake: Fix Interrogate macro not working on Windows
This was broken by 2d5bdb3515,
which wrote -D flags as -D'symbol' -- this choked Windows,
so this commit turns it off in that case.

It's a shame there's no generator expression to escape quotes,
otherwise this hack wouldn't even be needed.
2019-06-03 22:02:54 -06: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: Neatly format everything for readability and consistency 2019-04-14 22:37:18 -06:00
CompositeSources.cmake CMake: Neatly format everything for readability and consistency 2019-04-14 22:37:18 -06:00
Interrogate.cmake CMake: Fix Interrogate macro not working on Windows 2019-06-03 22:02:54 -06:00
PackageConfig.cmake CMake: Neatly format everything for readability and consistency 2019-04-14 22:37:18 -06:00
Python.cmake CMake: Restructure multi-configuration binary directory layout 2019-05-01 23:44:47 -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: Use the same host_ prefix for pzip as we do for interrogate 2019-04-27 22:45:51 -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.