Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Setup CMake to build for macOS
[xestiaab/.git] / source / CMakeFunctions / Options.cmake
1 include(CMakeDependentOption)
3 option(XestiaAddressBook_UNIT_TESTING  "Enable unit testing"  OFF)
5 if(APPLE)
6     set(SFML_FRAMEWORKS_LOCATION "" CACHE PATH "Location for the SFML framework dependencies.")
8     if(NOT EXISTS ${SFML_FRAMEWORKS_LOCATION})
9         message(FATAL_ERROR "The location given by SFML_FRAMEWORKS_LOCATION does not exist.")
10     endif()
11 endif()
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy