open_toontown_panda3d/pandatool
Sam Edwards c16092fe8a CMake: Workaround for some export errors when doing a static build
This refuses to export/install the p3assimp/p3ptloader/p3txafile
libraries when building statically, because they depend on libraries
that are never installed, and static linkage would require all of the
dependencies to be available.

A more proper fix would involve installing these base libraries, but
only when doing a static build. I suspect nobody will ask for that,
so I haven't done it.
2019-08-19 18:50:53 -06:00
..
src CMake: Workaround for some export errors when doing a static build 2019-08-19 18:50:53 -06:00
CMakeLists.txt CMake: Export pandatool targets under "Tools" 2019-03-18 04:18:20 -06:00