fltk/CMake
Albrecht Schlosser 720b84ef9d CMake: refactor and reformat CMake files
- raise minimum CMake version from 2.6.3 to 3.2.3 (Jun 01, 2015)
- indent all CMake files according to the CMP (2 col.)
- refactor FLTK version number definitions and usage
- unify CMake and autoconf/configure variable names:
  - FL_VERSION -> FLTK_VERSION
  - FL_MAJOR_VERSION -> FLTK_VERSION_MAJOR
  - etc. for _MINOR_ and _PATCH_, respectively
  - note: this does not affect FL_VERSION etc. in source code
- generate "export headers" for all libraries (experimental: OFF)
- port some forgotten goodies from branch-1.3 to master
- merge and improve macro 'create_example' (WIP)
- remove "temporary" options and code for older CMake versions
- include and use 'GenerateExportHeader' (experimental, WIP: OFF)
  - note: created header files are not yet used
- build only *one* DLL with Visual Studio (tested, works)
  - similar to the bundled IDE projects in 1.3.x
- add some dynamically linked test/demo programs ('*-shared')
  if shared libraries are built (WIP)
- split 'macros.cmake': use one file per macro
2020-07-15 00:34:53 +02:00
..
Android Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
android.cmake Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
cmake_uninstall.cmake.in Mostly rewritten CMake files by Michael Surette. They are more complete 2010-04-05 22:33:58 +00:00
export.cmake CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
FindSDL2.cmake Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_add_library.cmake CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
fl_create_example.cmake CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
fl_debug_var.cmake CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
FLTK-Functions.cmake CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
FLTKConfig.cmake.in Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
install-symlinks.cmake.in [CMake] Improve installation, support DESTDIR, and more (STR #3149). 2015-02-16 14:30:27 +00:00
install.cmake CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
MacOSXBundleInfo.plist.in Mac OS + CMake: this file is used by CMake to build the Info.plist files of the application 2015-12-26 16:14:19 +00:00
options.cmake CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
posixScandir.cxx CMake: fix potential compiler warning in test file. 2017-06-29 18:27:07 +00:00
resources.cmake CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
setup.cmake CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
UseFLTK.cmake.in Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
variables.cmake CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00