1 include(CMakeDependentOption)
3 option(XestiaAddressBook_UNIT_TESTING "Enable unit testing" OFF)
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.")