From c31a89a3b56e7d081178e09cc58add5c5b84a91a Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 15 Oct 2018 07:32:44 +0200 Subject: Rewrite vendor.cmake to cmake/VendorConfig.cmake Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name. --- lib/configuration/defaults.h.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib') diff --git a/lib/configuration/defaults.h.in b/lib/configuration/defaults.h.in index 6a7232e..c64cf2f 100644 --- a/lib/configuration/defaults.h.in +++ b/lib/configuration/defaults.h.in @@ -1,14 +1,14 @@ #ifndef SMOLBOTE_DEFAULTS #define SMOLBOTE_DEFAULTS -#cmakedefine Path_Config "@Path_Config@" -#cmakedefine Path_Crashdump "@Path_Crashdump@" +#define Path_Config "@CONFIG_PATH_CONFIG@" +#define Path_Crashdump "@CONFIG_PATH_CRASHDUMP@" -#cmakedefine Path_Filter "@Path_Filter@" -#cmakedefine Path_Plugins "@Path_Plugins@" -#cmakedefine Path_Profiles "@Path_Profiles@" +#define Path_Filter "@CONFIG_PATH_FILTER@" +#define Path_Plugins "@CONFIG_PATH_PLUGINS@" +#define Path_Profiles "@CONFIG_PATH_PROFILES@" -#cmakedefine Path_Bookmarks "@Path_Bookmarks@" -#cmakedefine Path_Downloads "@Path_Downloads@" +#define Path_Bookmarks "@CONFIG_PATH_BOOKMARKS@" +#define Path_Downloads "@CONFIG_PATH_DOWNLOADS@" #endif // SMOLBOTE_DEFAULTS -- cgit v1.2.1