Sam Edwards
|
cebdcd1d43
|
Revert "Revise AutoInclude.cmake: My version of CMake, despite being >=2.8.11, doesn't actually support CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE."
This reverts commit 6a38e3c95df00da728cbd253c0bf80c22d0c419b.
|
2014-01-30 13:47:44 -07:00 |
Sam Edwards
|
c9a4228811
|
When interrogating under CMake, record INTERROGATE_DATABASE as a target property.
|
2014-01-30 13:16:18 -07:00 |
kestred
|
f8b901f60a
|
Fix incorrect licensing and add missing parens after else.
|
2014-01-30 09:39:29 -07:00 |
kestred
|
bb19d8cb23
|
Enable package filtering by license in Distribution builds, and disable most packages by default in MinSizeRel builds.
|
2014-01-30 09:33:20 -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
|
995688760b
|
In panda config, unset libraries we're not using so that they're not used as link targets.
|
2014-01-30 06:21:50 -07:00 |
kestred
|
8d3e7541ef
|
Update documentation for CMake build system.
|
2014-01-30 05:06:11 -07:00 |
kestred
|
dd817b70b8
|
Merge pull request #2 from kestred/config.cmake
Config.cmake
|
2014-01-30 03:54:45 -08:00 |
kestred
|
c20f38c383
|
Add additional output, CG_LIBRARIES, to FindCg.cmake.
|
2014-01-30 04:37:48 -07:00 |
Sam Edwards
|
72c180a82c
|
Massively update CMake's Interrogate macro. This gets several modules to build...
|
2014-01-29 14:39:38 -07:00 |
Sam Edwards
|
4fa6584fdf
|
Revise AutoInclude.cmake: My version of CMake, despite being >=2.8.11, doesn't actually support CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.
|
2014-01-29 14:39:15 -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
|
84aad872ec
|
Define add_flex_target CMake macro.
|
2014-01-27 10:10:27 -07:00 |
kestred
|
53ae0fb95b
|
Fix FindCG to output variables in a general and expected format.
|
2014-01-19 14:04:18 -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
|
9dd82f90c2
|
cmake: Update readme to match current cmake variable naming scheme.
|
2013-12-21 19:45:12 -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 |
kestred
|
c579f87007
|
cmake: Reorganize macros, and cleanup related files (add docs, etc)
|
2013-12-21 13:44:05 -07:00 |
rdb
|
b002c8299a
|
Work on Config.cmake (add documentation and such)
|
2013-12-14 17:28:51 +01:00 |
kestred
|
826979c099
|
CMake: Configure: Finish cleaning up finding packages.
|
2013-12-13 13:32:04 -07:00 |
kestred
|
c7b514bc75
|
CMake: Configure: Begin conversion to standard CMake find package syntax.
|
2013-12-13 03:27:52 -07:00 |
kestred
|
d1572173d3
|
CMake: Configure: Add XYZZY_LIBRARY(IES) variable declarations for Find packages. Other cleanup and reorginizaion.
|
2013-12-12 12:30:42 -07:00 |
kestred
|
4fa31ee4d6
|
CMake: Use option() instead of set(CACHE)
|
2013-12-12 10:24:39 -07:00 |
kestred
|
ee06025d43
|
CMake: Configure: Add Freetype support.
|
2013-12-11 11:00:43 -07:00 |
kestred
|
150624b27d
|
Add GTK2 support.
|
2013-12-11 10:53:39 -07:00 |
kestred
|
a6162615d7
|
CMake: Configure: Add forgotten Mangle module.
|
2013-12-09 22:25:30 -07:00 |
kestred
|
aaff5b9c4f
|
CMake: Configure: Add OpenAL support. Typo fix in CMake README.md.
|
2013-12-09 12:22:54 -07:00 |
kestred
|
4ac2363673
|
CMake: Configure: Add a "DISCOVERED" option to configure.
|
2013-12-09 11:40:25 -07:00 |
kestred
|
204d88f1e1
|
CMake: Configure: Improve Miles Sound System detection.
|
2013-12-09 09:46:46 -07:00 |
kestred
|
55089fda95
|
CMake: Configure: Add FMOD Ex support.
|
2013-12-09 03:30:49 -07:00 |
kestred
|
b4e19226fd
|
CMake: Add a ToDo list for things that prone to being accidently forgotten.
|
2013-12-09 02:25:58 -07:00 |
kestred
|
9790c6f504
|
CMake: Configure: Nominally support Miles Sound System. Can't actually test it, because I don't own it.
|
2013-12-09 02:23:44 -07:00 |
kestred
|
6d8ba55bed
|
CMake: Configure: Add zlib support.
|
2013-12-09 02:02:56 -07:00 |
kestred
|
31bb550bda
|
CMake: Bugfix: Fix bug where Cg was not set to found properly on first-pass configuration.
|
2013-12-09 00:44:03 -07:00 |
kestred
|
ebddd2292b
|
CMake: Configure: Remove cruft in ConfigurePackage module.
|
2013-12-09 00:43:29 -07:00 |
kestred
|
693f7b39cf
|
CMake: Configure: Add option to enable or disable all packages.
|
2013-12-09 00:11:39 -07:00 |
kestred
|
90e4926b94
|
CMake: Configure: Support VRPN.
|
2013-12-08 23:17:24 -07:00 |
kestred
|
6fe7b59801
|
CMake: Configure: Add cross-platform (openGL) Nvidia Cg support.
|
2013-12-08 20:59:17 -07:00 |
kestred
|
d03d5125a0
|
CMake: Configure: Add using and finding squish library.
|
2013-12-07 21:09:40 -07:00 |
kestred
|
a0b8deb745
|
CMake: Configure: Update to use the mangle_package and config_package functions.
|
2013-11-30 02:28:59 -07:00 |
kestred
|
1dc12b6ea1
|
CMake: Configure: Implement config_package and mangle_package functions with test-case uses.
|
2013-11-30 02:17:10 -07:00 |
kestred
|
b44101819c
|
CMake: Configure: Update config vars with USE_<PACKAGE> variables for each package that allow toggling of individual packages.
|
2013-11-30 01:03:08 -07:00 |
kestred
|
8abd710616
|
CMake: Configure: Add fftw support.
|
2013-11-29 02:14:00 -07:00 |
kestred
|
57b2079a3f
|
CMake: Modules: Cleanup FindEigen2/3 and use a consistent format with that of FindTar.cmake.
|
2013-11-29 01:38:01 -07:00 |
kestred
|
67be41a672
|
CMake: Configure: Add libtar support. First custom Find module.
|
2013-11-29 01:21:14 -07:00 |
kestred
|
df87842516
|
CMake: Libraries: Update other Manglers to cleanup properly.
|
2013-11-29 00:48:28 -07:00 |
kestred
|
b21b31dffd
|
CMake: Libraries: Add TIFF.
|
2013-11-29 00:48:08 -07:00 |
kestred
|
71889acb88
|
CMake: Begin implementing library detection and configuration.
|
2013-11-29 00:29:29 -07:00 |