Added cmake option for debugger mode (#1885)

This commit is contained in:
borgmanJeremy
2021-09-11 13:45:51 -05:00
committed by GitHub
parent 9147d4ea03
commit c3dd1ce5e6

View File

@@ -61,6 +61,8 @@ set(RUN_IN_PLACE
${DEFAULT_RUN_IN_PLACE}
CACHE BOOL "Run directly in source directory structure")
option(FLAMESHOT_DEBUG_CAPTURE "Enable mode to make debugging easier" OFF)
option(GENERATE_TS "Regenerate translation source files" OFF)
option(USE_EXTERNAL_SINGLEAPPLICATION "Use external QtSingleApplication library" OFF)
option(USE_EXTERNAL_SPDLOG "Use external spdlog library" OFF)