diff --git a/options.cmake b/options.cmake index 56dbe48..a207f28 100644 --- a/options.cmake +++ b/options.cmake @@ -19,6 +19,13 @@ if (DESKTOP_APP_DISABLE_CRASH_REPORTS) ) endif() +if (DESKTOP_APP_USE_PACKAGED) + target_compile_definitions(common_options + INTERFACE + DESKTOP_APP_USE_PACKAGED + ) +endif() + if (WIN32) include(cmake/options_win.cmake) elseif (APPLE)