Skip to content

Commit

Permalink
Add DESKTOP_APP_TEST_APPS option.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Aug 23, 2024
1 parent 7b11e62 commit af43537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if (DESKTOP_APP_SPECIAL_TARGET STREQUAL ""
set(disable_autoupdate 1)
endif()

option(DESKTOP_APP_TEST_APPS "Build test apps, development only." OFF)
option(DESKTOP_APP_LOTTIE_USE_CACHE "Use caching in lottie animations." ON)
cmake_dependent_option(DESKTOP_APP_DISABLE_X11_INTEGRATION "Disable all code for X11 integration." OFF LINUX ON)
cmake_dependent_option(DESKTOP_APP_USE_ALLOCATION_TRACER "Use simple allocation tracer." OFF LINUX OFF)
Expand Down

0 comments on commit af43537

Please sign in to comment.