-
Notifications
You must be signed in to change notification settings - Fork 1
Development on MacOSX
Karn Kaul edited this page Nov 4, 2019
·
3 revisions
- Xcode
- Build
LittleEngine/LEDemo/custom executable target:- Run CMake on
CMakeLists.txtand generate an Xcode Solution (eg, atProject_Xcode). - Open the project, select a scheme, and build
ALL_BUILD/LEApp. - Debugging:
- Set
Test/LEDemo/custom executable as the debugging target.
- Set
- Run CMake on
Note: There isn't much toolchain flexibility on MacOSX, so LittleEngine is only tested using Xcode generators.