linux | macosx |
---|---|
All you need to do is to include master Sugar file:
include(/path/to/sugar/cmake/Sugar)
Note: to run commands which use python you need to install python3
Using hunter package manager:
include(HunterGate.cmake)
hunter_add_package(Sugar)
include(${SUGAR_ROOT}/cmake/Sugar)
- Collecting sources
- Generating groups
Build universal iOS library(see CMake ios-universal patch and wiki)- Run gtest on iOS simulator
- Cross-platform warning suppression
See examples. Please read coding style and agreements before start looking through examples (may explain a lot).