- Includes PR #1253: Create CMakeLists.txt for OS X with CLion support too (contributed by fsmorygo)
* cmakefile key for UnrealBuildTool now allows being used on osx and linux
* CMakeLists.txt now includes two additional sections:
include_directories()
add_definitions() for preprocessor definitions
- Includes PR #1372: Project Generator Platform Source/Include Path Exclusion Removal + Makefile/CMakeLists fixes (contributed by salamanderrake).
* Files for other platforms aren't filtered out so they get indexed for an easier lookup.
* Fix for missing cmake targets for code-based projects.
- Experimental Windows support (tested on Mac and Linux only).
#codereview Michael.Trepka, Josh.Adams
[CL 2618656 by Dmitry Rekman in Main branch]
- Contributed by salamanderrake.
- Cosmetic differences from the PR.
- Also removed filtering out Windows/Mac/etc directories when generating a qmake project since it makes code navigation worse.
[CL 2532165 by Dmitry Rekman in Main branch]