MartinHelmut / cpp-gui-template-sdl2

C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL2.
MIT License
71 stars 7 forks source link

Provide toggle to build separate macOS versions #6

Open MartinHelmut opened 1 year ago

MartinHelmut commented 1 year ago

Description

The template is currently building a universal application for macOS. A CMake option would be good to change this and build separate package version with CPack.

MartinHelmut commented 1 year ago

Will probably be documentation about how to call CMake with XCode and parameters to create different builds.