Commit Graph

19769 Commits

Author SHA1 Message Date
kestred 6ecff9799e Add CMakeLists.txt for pgui. 2014-01-21 23:38:28 -07:00
kestred d624fce61c Add CMakeLists for panda/tform. 2014-01-21 23:28:34 -07:00
kestred 2cac5d9b1c Add CMakeLists for panda/grutil. 2014-01-21 23:26:11 -07:00
kestred 3cf973f64c Add CMakeLists.txt for panda/text. 2014-01-21 23:21:54 -07:00
kestred 4a0e57255f Add CMakeLists.txt for panda/parametrics. 2014-01-21 23:17:52 -07:00
kestred 2af9551750 Add CMakeLists.txt to pnmtext. 2014-01-21 23:11:51 -07:00
kestred 065867f8d6 Add CMakeLists for panda/device 2014-01-21 22:50:05 -07:00
kestred 62a0039d60 Add CMakeLists for panda/dgraph 2014-01-21 22:45:09 -07:00
kestred d94951a91a Add CMakeLists for panda/chan. 2014-01-21 22:14:20 -07:00
kestred 43332362df Add CMakeLists.txt for panda/chan 2014-01-21 22:12:53 -07:00
kestred a4e48359da Add CMakeLists for panda/display 2014-01-21 21:25:38 -07:00
kestred cb09aa42f3 Add CMakeLists.txt for panda/pgraphnodes 2014-01-21 21:19:34 -07:00
kestred 83c60dc187 Move conditional includes to panda/CMakeLists.txt so they don't have to be repeated everywhere. 2014-01-21 21:11:39 -07:00
kestred fd9ce53bc9 Add CMakeLists for panda/cull 2014-01-21 20:53:38 -07:00
kestred 6c98b96f5d Add CMakeLists.txt for panda/pgraph. 2014-01-21 18:36:25 -07:00
kestred 6a9f2e023a Finish CMake for panda/gobj. 2014-01-19 18:28:49 -07:00
kestred 95a58809ff Add CMakeLists for panda/gobj. Has some compilation issues with vertexDataPage. 2014-01-19 15:04:00 -07:00
kestred f0076da3c0 Add CMakeLists for panda/pnmimage 2014-01-19 14:27:31 -07:00
kestred c000d2c19b Fix mix with gobj/gsgbase CMakeLists and #includes
Signed-off-by: kestred <kestred@riotcave.com>
2014-01-19 14:27:02 -07:00
kestred 53ae0fb95b Fix FindCG to output variables in a general and expected format. 2014-01-19 14:04:18 -07:00
kestred 8e3c001f8a Add CMakeLists for panda/gsgbase 2014-01-19 13:09:20 -07:00
kestred 3d65bd49a7 Fix mathutil compilation with CMake. 2014-01-19 12:13:14 -07:00
kestred c5a7e82009 Remove unnecessary include in panda/event/asyncTask.cxx 2014-01-19 12:07:37 -07:00
kestred dd495b5573 Rename FindFFTW to FindFFTW3 and comment out configuration for it. FindFFTW3 was implemented, but Panda expects FFTW2. 2014-01-19 12:07:20 -07:00
kestred d44ab29ed7 Add missing headers to panda/event (when doing non-composite builds). 2014-01-19 11:51:58 -07:00
kestred 595b69fc71 Add missing headers to panda/linmath (when doing non-composite builds). 2014-01-19 11:49:03 -07:00
kestred 07b7f5de5d Add missing headers to panda/putil (when doing non-composite builds). 2014-01-19 11:37:25 -07:00
kestred 1cf0b5d78c Add missing headers to panda/pipeline (when doing non-composite builds). 2014-01-19 11:21:52 -07:00
kestred f1919df261 Fix names in CMakeLists for p3mathutil. 2014-01-19 17:34:59 -07:00
kestred f4bf740362 Fix HAVE_LOCKF in dtoolbase.h for python headers that don't define it. 2014-01-19 17:33:19 -07:00
kestred 5f136ca281 Add the basics of CMakeLists for panda/mathutil. Doesn't compile yet, has some errors. 2014-01-19 03:56:39 -07:00
kestred 8e681876c0 Have linmath's CMakeLists check for HAVE_EIGEN instead of FOUND_EIGEN. 2014-01-19 02:58:53 -07:00
kestred 5f23b506d9 Add CMakeLists for panda/pevent. 2014-01-19 02:58:13 -07:00
kestred 747c31f6d1 Add CMakeLists for panda/linmath 2014-01-19 02:48:10 -07:00
kestred fea7c70e1c Add CMakeLists for panda/pstatclient. 2014-01-19 02:30:13 -07:00
kestred 4214b6a4f4 Add CMakeList.txt for panda/putil 2014-01-19 02:23:00 -07:00
kestred fe90bcfdea Fix indentation on pandabase 2014-01-19 02:09:32 -07:00
kestred a411ad4813 Fix name for p3express zstream test 2014-01-19 02:09:19 -07:00
kestred e086647fa2 Add panda/src/pipeline/CMakeLists.txt 2014-01-19 02:02:31 -07:00
kestred b940bbc88e Add python_libaries for linker to p3interrogatedb target (when not HAVE_PYTHON, PYTHON_LIBRARIES will be empty). 2014-01-19 00:53:11 -07:00
kestred 9ee6e59795 Change %pure_parser to %pure-parser in cppBison.yxx (%pure_parser is very very deprecated) 2014-01-19 00:45:02 -07:00
kestred 3fd5f58583 Add #ifdef and #undef where necessary to prevent duplicate definitions. 2014-01-19 00:44:14 -07:00
kestred b07ce7dc93 Add include guards to our generated dtool_config.h 2014-01-19 00:28:55 -07:00
kestred 58d54eb4fe Add commented test to panda/src/express/CMakeLists, emulating Sources.pp 2014-01-19 00:17:44 -07:00
kestred 9dd82f90c2 cmake: Update readme to match current cmake variable naming scheme. 2013-12-21 19:45:12 -07:00
kestred f81b14a70b cmake: config: Finish updating config to use the same variables as used in-source. 2013-12-21 19:41:23 -07:00
kestred 8cdc819344 cmake: config: Move new package macros to cmake/macros, use new package macros in Package.cmake, begin removing redundant package/config options from Package.cmake (theses are being moved to Config.cmake). 2013-12-21 19:30:53 -07:00
rdb 693159b1c7 Merge branch 'cmake' of ssh://github.com/kestred/panda3d into cmake
Conflicts:
	CMakeLists.txt
2013-12-22 00:20:01 +01:00
rdb 5fdf4828be package macros, add stuff to Config.cmake 2013-12-22 00:18:57 +01:00
kestred 89f8f2f12a cmake: Add various missing header includes. 2013-12-21 15:37:24 -07:00