visualboyadvance-m/CMakeScripts
Rafael Kitover 2d9ec99c11 Mac build improvements
Move closer to allowing an "out of the box" distributable build for Mac:

* fix the icon for the .app

* link SDL2 statically, a PR has been sent to the original repo here:
  https://github.com/tcbrindle/sdl2-cmake-scripts/pull/9

* link SFML statically

TODO:

For a releasable build on OS X, system libs must be linked
dynamically while third party libs are linked statically or bundled. The
goal is to link them statically.

The two remaining libs that need static linking are PNG and wX.

For PNG a similar approach to the one used for SDL2 using pkg-config
should work fine and be simple to implement.

For wX things are more complicated. The default build of wX does not
include static libs, I will need to submit a PR for Homebrew to change
the default build to include both dynamic and static versions.
2016-10-26 16:58:21 -07:00
..
CMakeASM_NASMInformation.cmake more minor improvements for OS X build 2015-11-16 21:56:23 -05:00
CMakeDetermineASM_NASMCompiler.cmake CMAKE: Use built in support for ASM compilers. Bump required version to 2.6.0 2011-02-20 13:31:49 +00:00
CMakeTestASM_NASMCompiler.cmake CMAKE: Use built in support for ASM compilers. Bump required version to 2.6.0 2011-02-20 13:31:49 +00:00
FindDirectX.cmake all current vba-m Wx patches applied to trunk. 2011-05-25 11:55:46 +00:00
FindGettext.cmake NLS: Improve translations build 2011-12-03 20:29:05 +00:00
FindSDL2.cmake Mac build improvements 2016-10-26 16:58:21 -07:00
FindSFML.cmake Updated the FindSFML cmake script to the SFML-2.2 version 2015-05-06 01:27:09 +00:00
GetGitRevisionDescription.cmake added git support to cmakelists.txt 2015-06-12 08:04:26 -04:00
GetGitRevisionDescription.cmake.in added git support to cmakelists.txt 2015-06-12 08:04:26 -04:00