Commit Graph

8924 Commits

Author SHA1 Message Date
Sam Edwards ea48d3d7a6 CMake: Build OS X display modules. 2014-03-04 03:27:39 -07:00
Sam Edwards 56d180c26e CMake: Adjust indentation. 2014-03-02 22:11:29 -07:00
Sam Edwards cfe06ed30f CMake: Fix building p3display under OSX. 2014-03-02 22:07:32 -07:00
Sam Edwards 301ee4b8c3 CMake: Add missing dependency on zlib from p3express. 2014-03-02 21:53:35 -07:00
Sam Edwards 3969d0e1ac CMake: Link Interrogate bindings against metalibs. 2014-03-02 18:33:00 -07:00
Sam Edwards 9f8ab63e75 CMake: Build audiotraits. 2014-02-14 06:23:05 -07:00
Sam Edwards 3c240ae0cd CMake: Build panda3d.ode. 2014-02-08 16:21:49 -07:00
Sam Edwards b5d9b8658d CMake: Panda3D physics and particlesystem. 2014-02-07 18:19:05 -07:00
Sam Edwards 50a6ab2a4d CMake: Rearrange panda/CMakeLists.txt for dependency order; older CMakes insist on it. 2014-02-05 22:27:46 -07:00
Sam Edwards ad7f590ca3 Merge branch 'cmake' into cmake-cfs-install
Conflicts:
	panda/CMakeLists.txt
	panda/src/audio/CMakeLists.txt
	panda/src/movies/CMakeLists.txt
	panda/src/pnmtext/CMakeLists.txt
2014-02-05 17:38:03 -07:00
Sam Edwards 1a2be0dbee CMake: Only attempt to build pnmtext if HAVE_FREETYPE. 2014-02-05 17:09:26 -07:00
Sam Edwards dc898f4d78 CMake: Add audio/movies components. 2014-02-05 17:08:05 -07:00
Sam Edwards 5e77793b0f CMake: Add some install(...) directives. 2014-02-04 22:43:23 -07:00
Sam Edwards 9da0bb6912 CMake: Add audio/movies components. 2014-02-04 18:23:45 -07:00
Sam Edwards 470611a473 CMake: Interrogate/build nativenet, net. 2014-02-04 14:57:03 -07:00
Sam Edwards 2872c14c8f CMake: Get egg to interrogate. 2014-02-02 14:55:43 -07:00
Sam Edwards ba4f2ac3e8 CMake: Add the 'core' Python module for all of the currently-built component libraries. 2014-01-30 18:58:21 -07:00
Sam Edwards 3960f330ab CMake: Link pgraph against all libraries that it needs. 2014-01-30 13:17:34 -07:00
Sam Edwards 7fa2279eeb CMake: Add forgotten multitexReducer.cxx to grutil. 2014-01-30 13:17:34 -07:00
Sam Edwards 4a9c9bf67c Under CMake: Don't interrogate component libs that shouldn't be interrogated! 2014-01-30 13:17:34 -07:00
kestred a8207d109a Add missing optional Cg library link target to gobj. 2014-01-30 10:32:52 -07:00
kestred 146c532f47 Remove debugging Message from panda/express/CmakeLists.txt 2014-01-30 06:48:42 -07:00
kestred b04ebdda98 Have package_option automatically generate option library targets instead of checking in every instance they're used. 2014-01-30 06:47:09 -07:00
kestred dd817b70b8 Merge pull request #2 from kestred/config.cmake
Config.cmake
2014-01-30 03:54:45 -08:00
kestred a6332e3cae In CMake builds, link panda/express with Tar (when enabled). 2014-01-30 04:47:08 -07:00
kestred 7c8062a88a In CMake builds, link gobj with Squish (when enabled). 2014-01-30 04:44:23 -07:00
kestred 80b1a7e306 Add header to CMake panda/metalibs/pandagl that causes an error when it is being built without proper support. 2014-01-30 04:39:10 -07:00
kestred c75b104ce7 In CMake builds, link glgsg with CG_LIBRARIES. 2014-01-30 04:38:14 -07:00
Sam Edwards 2f89129ffd Add *_ext.cxx and *_ext.h to p3express's CMakeLists. 2014-01-29 14:40:06 -07:00
Sam Edwards a842133002 Build egg's lexer case-insensitve under CMake. Fixes parse errors. 2014-01-29 05:46:59 -07:00
Sam Edwards 163fd7ded6 Egg parser doesn't have/need lexer.h, don't build it under CMake. 2014-01-27 22:43:41 -07:00
Sam Edwards d0844e0fb6 Fix typos in egg's CMakeLists file. 2014-01-27 22:30:57 -07:00
Sam Edwards d8bc6d0da8 Use "NOT BUILD_SHARED_LIBS" in CMake rather than "LINK_ALL_STATIC" 2014-01-27 12:29:02 -07:00
Sam Edwards ed08fd1902 Get pandaegg to build under CMake. 2014-01-27 10:11:33 -07:00
Sam Edwards bdbd2d5b13 Fix ifdef/elif/elif chain to use if defined(...)/elif defined(...)/... 2014-01-27 10:10:19 -07:00
Sam Edwards 826b98f727 Uncomment src/testbed in panda CMakeLists, to enable building pview. 2014-01-26 22:10:28 -07:00
Sam Edwards f1e218d267 Get p3pnmimagetypes to build (and link to p3framework) under CMake. 2014-01-26 22:10:28 -07:00
Sam Edwards 5b791ca358 Get pandagl building under Linux on CMake. 2014-01-26 18:46:38 -07:00
Sam Edwards 0f89ef1e7b In CMake, link a few libraries against other libraries that they depend on. 2014-01-26 18:06:37 -07:00
Sam Edwards 0ceb237c9c Remove bin2c-converted files from CMake sources. These use static variables, and are only meant for include. 2014-01-26 14:38:44 -07:00
kestred 77060a4fb8 Add CMakeLists for panda/metakubs/pandagl. Not yet built. 2014-01-26 12:52:37 -07:00
kestred 7323dbc566 Add missing compiler define in CMakeLists for panda/metalibs/panda 2014-01-26 11:45:35 -07:00
kestred e24f7feb5a Add CMakeLists.txt for panda/glstuff and panda/glgsg 2014-01-26 11:45:19 -07:00
kestred a27475b9a6 Add CMakeLists.txt for panda/metalibs/panda 2014-01-26 11:22:18 -07:00
kestred ba2d2defb2 Add CMakeLists.txt for pnmimagetypes. 2014-01-26 11:20:49 -07:00
kestred b25669af6f Merge remote-tracking branch 'upstream/master' into cmake 2014-01-25 22:17:41 -07:00
kestred fe62089192 Add CMakeLists.txt to pview, such that it will compile (but it does not link). 2014-01-22 01:01:32 -07:00
kestred 2475e995ae Remove unnecessary link target from panda/downloader/CMakeLists 2014-01-22 00:58:07 -07:00
kestred e363266573 Remove extra '}' from panda/mathutil/CMakeLists.txt that was causing linking errors. 2014-01-22 00:31:33 -07:00
kestred 1bb8ad8a2d Remove (filename)_src.c includes from panda/text CMakeLists. These files are included in other .cxx files. 2014-01-22 00:27:36 -07:00