cmake: have the style as a cmake cache variable

This commit is contained in:
Olivier Goffart 2021-11-16 15:11:58 +01:00 committed by Olivier Goffart
parent c3baef1f64
commit 8a3b064b58
3 changed files with 33 additions and 22 deletions

View file

@ -27,3 +27,5 @@ set(_IMPORT_PREFIX)
include("${CMAKE_CURRENT_LIST_DIR}/SixtyFPSTargets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/SixtyFPSMacro.cmake")
set(SIXTYFPS_STYLE @SIXTYFPS_STYLE_DEFAULT@ CACHE STRING "The SixtyFPS widget style")