commit 2ad0dae6add93c588f8fc41563a600e3312db67f
parent bcca2ef4030a7d3d914ec72da15e4b3baa1c2ecb
Author: Tellenbach Reto <tellr1@bfh.ch>
Date: Fri, 15 May 2026 17:38:26 +0200
[new] thinker_TalerAPI: GET Request
Diffstat:
57 files changed, 150 insertions(+), 9317 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
@@ -1,26 +0,0 @@
-cmake_minimum_required(VERSION 3.2)
-project(cash2ecash)
-add_compile_options(-g)
-
-
-set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
-
-add_executable(cash2ecash cash2ecash.cpp)
-
-
-include_directories(include)
-
-add_subdirectory(cashacceptor)
-add_subdirectory(bank)
-add_subdirectory(extern)
-add_subdirectory(gui)
-add_subdirectory(identification)
-add_subdirectory(utils)
-
-
-
-target_link_libraries(cash2ecash PRIVATE cashacceptor
- utils
- gui
- lvgl
- bankCommunication)
diff --git a/src/bank/CMakeLists.txt b/src/bank/CMakeLists.txt
@@ -1,16 +0,0 @@
-add_library(bank bank_lib.c bank_api_account_withdrawal.c)
-target_link_libraries(bank PRIVATE
- talerjson
- talercurl
- talerutil
- talerbank
- gnunetutil
- gnunetcurl
- gnunetjson
- jansson
- curl)
-
-add_library(bankCommunication bankCommunication.cpp)
-target_link_libraries(bankCommunication PRIVATE
- bank
- talerutil)
diff --git a/src/bank/Makefile b/src/bank/Makefile
@@ -1,300 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.25
-
-# Default target executed when no arguments are given to make.
-default_target: all
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Disable VCS-based implicit rules.
-% : %,v
-
-# Disable VCS-based implicit rules.
-% : RCS/%
-
-# Disable VCS-based implicit rules.
-% : RCS/%,v
-
-# Disable VCS-based implicit rules.
-% : SCCS/s.%
-
-# Disable VCS-based implicit rules.
-% : s.%
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Command-line flag to silence nested $(MAKE).
-$(VERBOSE)MAKESILENT = -s
-
-#Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E rm -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
- /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-.PHONY : edit_cache/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-.PHONY : rebuild_cache/fast
-
-# Special rule for the target list_install_components
-list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-.PHONY : list_install_components/fast
-
-# Special rule for the target install
-install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# Special rule for the target install/local
-install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles /home/cash2ecash/Documents/cash2ecash/src/bank//CMakeFiles/progress.marks
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bank/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bank/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bank/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bank/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Convenience name for target.
-bank/CMakeFiles/bank.dir/rule:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bank/CMakeFiles/bank.dir/rule
-.PHONY : bank/CMakeFiles/bank.dir/rule
-
-# Convenience name for target.
-bank: bank/CMakeFiles/bank.dir/rule
-.PHONY : bank
-
-# fast build rule for target.
-bank/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bank.dir/build.make bank/CMakeFiles/bank.dir/build
-.PHONY : bank/fast
-
-# Convenience name for target.
-bank/CMakeFiles/bankCommunication.dir/rule:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bank/CMakeFiles/bankCommunication.dir/rule
-.PHONY : bank/CMakeFiles/bankCommunication.dir/rule
-
-# Convenience name for target.
-bankCommunication: bank/CMakeFiles/bankCommunication.dir/rule
-.PHONY : bankCommunication
-
-# fast build rule for target.
-bankCommunication/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bankCommunication.dir/build.make bank/CMakeFiles/bankCommunication.dir/build
-.PHONY : bankCommunication/fast
-
-bankCommunication.o: bankCommunication.cpp.o
-.PHONY : bankCommunication.o
-
-# target to build an object file
-bankCommunication.cpp.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bankCommunication.dir/build.make bank/CMakeFiles/bankCommunication.dir/bankCommunication.cpp.o
-.PHONY : bankCommunication.cpp.o
-
-bankCommunication.i: bankCommunication.cpp.i
-.PHONY : bankCommunication.i
-
-# target to preprocess a source file
-bankCommunication.cpp.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bankCommunication.dir/build.make bank/CMakeFiles/bankCommunication.dir/bankCommunication.cpp.i
-.PHONY : bankCommunication.cpp.i
-
-bankCommunication.s: bankCommunication.cpp.s
-.PHONY : bankCommunication.s
-
-# target to generate assembly for a file
-bankCommunication.cpp.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bankCommunication.dir/build.make bank/CMakeFiles/bankCommunication.dir/bankCommunication.cpp.s
-.PHONY : bankCommunication.cpp.s
-
-bank_api_account_withdrawal.o: bank_api_account_withdrawal.c.o
-.PHONY : bank_api_account_withdrawal.o
-
-# target to build an object file
-bank_api_account_withdrawal.c.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bank.dir/build.make bank/CMakeFiles/bank.dir/bank_api_account_withdrawal.c.o
-.PHONY : bank_api_account_withdrawal.c.o
-
-bank_api_account_withdrawal.i: bank_api_account_withdrawal.c.i
-.PHONY : bank_api_account_withdrawal.i
-
-# target to preprocess a source file
-bank_api_account_withdrawal.c.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bank.dir/build.make bank/CMakeFiles/bank.dir/bank_api_account_withdrawal.c.i
-.PHONY : bank_api_account_withdrawal.c.i
-
-bank_api_account_withdrawal.s: bank_api_account_withdrawal.c.s
-.PHONY : bank_api_account_withdrawal.s
-
-# target to generate assembly for a file
-bank_api_account_withdrawal.c.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bank.dir/build.make bank/CMakeFiles/bank.dir/bank_api_account_withdrawal.c.s
-.PHONY : bank_api_account_withdrawal.c.s
-
-bank_lib.o: bank_lib.c.o
-.PHONY : bank_lib.o
-
-# target to build an object file
-bank_lib.c.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bank.dir/build.make bank/CMakeFiles/bank.dir/bank_lib.c.o
-.PHONY : bank_lib.c.o
-
-bank_lib.i: bank_lib.c.i
-.PHONY : bank_lib.i
-
-# target to preprocess a source file
-bank_lib.c.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bank.dir/build.make bank/CMakeFiles/bank.dir/bank_lib.c.i
-.PHONY : bank_lib.c.i
-
-bank_lib.s: bank_lib.c.s
-.PHONY : bank_lib.s
-
-# target to generate assembly for a file
-bank_lib.c.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bank.dir/build.make bank/CMakeFiles/bank.dir/bank_lib.c.s
-.PHONY : bank_lib.c.s
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... install"
- @echo "... install/local"
- @echo "... install/strip"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
- @echo "... bank"
- @echo "... bankCommunication"
- @echo "... bankCommunication.o"
- @echo "... bankCommunication.i"
- @echo "... bankCommunication.s"
- @echo "... bank_api_account_withdrawal.o"
- @echo "... bank_api_account_withdrawal.i"
- @echo "... bank_api_account_withdrawal.s"
- @echo "... bank_lib.o"
- @echo "... bank_lib.i"
- @echo "... bank_lib.s"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/src/bank/bankCommunication.cpp b/src/bank/bankCommunication.cpp
@@ -1,4 +0,0 @@
-#include "bankCommunication.hpp"
-
-
-const char *BankCommunication::status;
diff --git a/src/bank/bankCommunication.hpp b/src/bank/bankCommunication.hpp
@@ -1,65 +0,0 @@
-#ifndef BANK_COMMUNICATION_H
-#define BANK_COMMUNICATION_H
-
-#include "bank_lib.h"
-#include "global.hpp"
-#include <cstdlib>
-#include <cstring>
-#include <iostream>
-#include <ostream>
-#include <thread>
-
-class BankCommunication{
- private:
-
- static const char *status;
-
- static void initCallback(){
- event(EVENT_BANK_TOKEN_DONE);
- }
-
- static void withdrawalRequestCallback(){
- event(EVENT_BANK_WITHDRAWAL_DONE);
- }
-
- static void withdrawalConfirmRequestCallback(){
- event(EVENT_BANK_W_CONFIRMATION_DONE);
- }
-
- static void withdrawalIDInfoRequestCallback(){
- if (0 == std::strcmp(status, "pending")){
- event(EVENT_BANK_W_STATUS_PENDING);
- }else if (0 == std::strcmp(status, "selected")) {
- event(EVENT_BANK_W_STATUS_SELECTED);
- }else if (0 == std::strcmp(status, "aborted")) {
- event(EVENT_BUTTON_ABORT);
- }else{
- std::cerr << "Unexpected Withdrawal Staus: " << status << std::endl;
- exit(EXIT_FAILURE);
- }
- }
-
- protected:
- public:
- void init(){
- std::thread threadInit(&bankCommunicationInit, initCallback);
- threadInit.detach();
- }
-
- void withdrawalRequest(struct TALER_Amount *amount, struct TALER_Amount *suggestedAmount, bool *noAmountToWallet, const char **res_withdrawal_id, const char **res_taler_withdraw_uri){
- std::thread threadWithdrawalRequest(&bankCommunicationWithdrawalRequest, amount, suggestedAmount, noAmountToWallet, res_withdrawal_id, res_taler_withdraw_uri, withdrawalRequestCallback);
- threadWithdrawalRequest.detach();
- }
-
- void withdrawalConfirmRequest(const char *withdrawal_id, struct TALER_Amount *amount){
- std::thread threadWithdrawalConfirmRequest(&bankCommunicationWithdrawalConfirmRequest, withdrawal_id, amount, withdrawalConfirmRequestCallback);
- threadWithdrawalConfirmRequest.detach();
- }
-
- void withrawalStatusRequest(const char *withdrawal_id){
- std::thread threadWithdrawalStatusRequest(&bankCommunicationWithdrawalIDInfoRequest, withdrawal_id, &status, withdrawalIDInfoRequestCallback);
- threadWithdrawalStatusRequest.detach();
- }
-};
-
-#endif
diff --git a/src/bank/bank_api_account_withdrawal.c b/src/bank/bank_api_account_withdrawal.c
@@ -1,655 +0,0 @@
-#include <curl/curl.h>
-#include <curl/easy.h>
-#include <gnunet/gnunet_common.h>
-#include <jansson.h>
-#include <microhttpd.h>
-#include <stdbool.h>
-#include <stdio.h>
-#include <taler/platform.h>
-#include "taler_bank_service_cash2ecash.h"
-#include <taler/taler_curl_lib.h>
-#include <gnunet/gnunet_json_lib.h>
-#include <taler/taler_json_lib.h>
-#include "bank_api_common.h"
-
-
-
-
-
-struct TALER_BANK_AccountWithdrawalHandle
-{
- /**
- *The url for this request.
- */
- char *request_url;
-
- /**
- POST context.
- */
- struct TALER_CURL_PostContext post_ctx;
-
- /**
- * Handle for the request.
- */
- struct GNUNET_CURL_Job *job;
-
- /**
- * Function to call with the result.
- */
- TALER_BANK_AccountWithdrawalCallback cb;
-
- /**
- * Closure for @a cb.
- */
- void *cb_cls;
-};
-
-
-
-
-
-
-/**
- * Function called when we're done processing the
- * HTTP /account/$ACC/withdrawals request.
- *
- * @param cls the `struct TALER_BANK_AccountWithdrawalHandle`
- * @param response_code HTTP response code, 0 on error
- * @param response parsed JSON result, NULL on error
- */
-static void
-handle_account_withdrawal_finished (void *cls,
- long response_code,
- const void *response)
-{
- struct TALER_BANK_AccountWithdrawalHandle *aai = cls;
- const json_t *j = response;
- struct TALER_BANK_AccountWithdrawalResponse ir = {
- .http_status = response_code,
- .response = response
- };
-
- aai->job = NULL;
- switch (response_code)
- {
- case 0:
- ir.ec = TALER_EC_GENERIC_INVALID_RESPONSE;
- break;
- case MHD_HTTP_OK:
- {
- struct GNUNET_JSON_Specification spec[] = {
- GNUNET_JSON_spec_string ("withdrawal_id",
- &ir.details.ok.withdrawal_id),
- GNUNET_JSON_spec_string ("taler_withdraw_uri",
- &ir.details.ok.taler_withdraw_uri),
- GNUNET_JSON_spec_end ()
- };
-
- if (GNUNET_OK !=
- GNUNET_JSON_parse (j,
- spec,
- NULL, NULL))
- {
- GNUNET_break_op (0);
- ir.http_status = 0;
- ir.ec = TALER_EC_GENERIC_INVALID_RESPONSE;
- break;
- }
- }
- break;
- case MHD_HTTP_BAD_REQUEST:
- /* This should never happen, either us or the bank is buggy
- (or API version conflict); just pass JSON reply to the application */
- GNUNET_break_op (0);
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_FORBIDDEN:
- /* Access denied */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_UNAUTHORIZED:
- /* Nothing really to verify, bank says invalid or missing credentials; we should
- pass the JSON reply to the application */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_NOT_FOUND:
- /* Nothing really to verify, maybe account really does not exist.
- We should pass the JSON reply to the application */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_INTERNAL_SERVER_ERROR:
- /* Server had an internal issue; we should retry, but this API
- leaves this to the application */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_CONFLICT:
- /* The account does not have sufficient funds */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- default:
- /* unexpected response code */
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Unexpected response code %u\n",
- (unsigned int) response_code);
- GNUNET_break (0);
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- }
- aai->cb (aai->cb_cls,
- &ir);
- TALER_BANK_account_withdrawal_cancel (aai);
-}
-
-
-
-
-struct TALER_BANK_AccountWithdrawalHandle *
-TALER_BANK_account_withdrawal (
- struct GNUNET_CURL_Context *ctx,
- const struct TALER_BANK_AuthenticationData *auth,
- const char *account_name,
- const struct TALER_Amount *amount,
- const struct TALER_Amount *suggested_amount,
- const bool *no_amount_to_wallet,
- TALER_BANK_AccountWithdrawalCallback res_cb,
- void *res_cb_cls)
-{
- struct TALER_BANK_AccountWithdrawalHandle *awh;
- json_t *withdrawal_req;
- CURL *eh;
-
- withdrawal_req = GNUNET_JSON_PACK(
- GNUNET_JSON_pack_allow_null(TALER_JSON_pack_amount("amount", amount)),
- GNUNET_JSON_pack_allow_null(
- TALER_JSON_pack_amount("suggested_amount", suggested_amount)),
- GNUNET_JSON_pack_allow_null(
- GNUNET_JSON_pack_bool("no_amount_to_wallet", *no_amount_to_wallet)));
- if (NULL == withdrawal_req)
- {
- GNUNET_break (0);
- return NULL;
- }
- awh = GNUNET_new (struct TALER_BANK_AccountWithdrawalHandle);
- awh->cb = res_cb;
- awh->cb_cls = res_cb_cls;
- {
- char *path;
-
- GNUNET_asprintf (&path,
- "accounts/%s/withdrawals",
- account_name);
- awh->request_url = TALER_url_join (auth->wire_gateway_url,
- path,
- NULL);
- GNUNET_free (path);
- }
- if (NULL == awh->request_url)
- {
- GNUNET_free (awh);
- json_decref (withdrawal_req);
- return NULL;
- }
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Posting withdrawal request at `%s'\n",
- awh->request_url);
- awh->post_ctx.headers
- = curl_slist_append (
- awh->post_ctx.headers,
- "Content-Type: application/json");
-
- eh = curl_easy_init ();
- if ( (NULL == eh) ||
- (GNUNET_OK !=
- TALER_BANK_setup_auth_ (eh,
- auth)) ||
- (CURLE_OK !=
- curl_easy_setopt (eh,
- CURLOPT_URL,
- awh->request_url)) ||
- (GNUNET_OK !=
- TALER_curl_easy_post (&awh->post_ctx,
- eh,
- withdrawal_req)) )
- {
- GNUNET_break (0);
- TALER_BANK_account_withdrawal_cancel (awh);
- if (NULL != eh)
- curl_easy_cleanup (eh);
- json_decref (withdrawal_req);
- return NULL;
- }
- json_decref (withdrawal_req);
- awh->job = GNUNET_CURL_job_add2 (ctx,
- eh,
- awh->post_ctx.headers,
- &handle_account_withdrawal_finished,
- awh);
- GNUNET_assert (NULL != awh->job);
- return awh;
-}
-
-void
-TALER_BANK_account_withdrawal_cancel (
- struct TALER_BANK_AccountWithdrawalHandle *awh)
-{
- if (NULL != awh->job)
- {
- GNUNET_CURL_job_cancel (awh->job);
- awh->job = NULL;
- }
- TALER_curl_easy_post_finished (&awh->post_ctx);
- GNUNET_free (awh->request_url);
- GNUNET_free (awh);
-}
-
-
-
-
-/* ********************* /accounts/$ACC/withdrawals/$WITHDRAWAL_ID/confirm *********************** */
-
-struct TALER_BANK_AccountWithdrawalConfirmHandle
-{
- /**
- *The url for this request.
- */
- char *request_url;
-
- /**
- POST context.
- */
- struct TALER_CURL_PostContext post_ctx;
-
- /**
- * Handle for the request.
- */
- struct GNUNET_CURL_Job *job;
-
- /**
- * Function to call with the result.
- */
- TALER_BANK_AccountWithdrawalConfirmCallback cb;
-
- /**
- * Closure for @a cb.
- */
- void *cb_cls;
-};
-
-/**
- * Function called when we're done processing the
- * HTTP /account/$ACC/withdrawals/$WITHDRAWAL_ID/confirm request.
- *
- * @param cls the `struct TALER_BANK_AccountWithdrawalConfirmHandle`
- * @param response_code HTTP response code, 0 on error
- * @param response parsed JSON result, NULL on error
- */
-static void
-handle_account_withdrawal_confirm_finished (void *cls,
- long response_code,
- const void *response)
-{
- struct TALER_BANK_AccountWithdrawalConfirmHandle *aai = cls;
- const json_t *j = response;
- struct TALER_BANK_AccountWithdrawalConfirmResponse ir = {
- .http_status = response_code,
- .response = response
- };
-
- aai->job = NULL;
- switch (response_code)
- {
- case 0:
- ir.ec = TALER_EC_GENERIC_INVALID_RESPONSE;
- break;
- case MHD_HTTP_ACCEPTED:
- fprintf(stderr, "There is no implementation for 2FA yet");
- ir.ec =TALER_JSON_get_error_code(j);
- break;
- case MHD_HTTP_NO_CONTENT:
- break;
- case MHD_HTTP_BAD_REQUEST:
- /* This should never happen, either us or the bank is buggy
- (or API version conflict); just pass JSON reply to the application */
- GNUNET_break_op (0);
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_FORBIDDEN:
- /* Access denied */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_UNAUTHORIZED:
- /* Nothing really to verify, bank says invalid or missing credentials; we should
- pass the JSON reply to the application */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_NOT_FOUND:
- /* Nothing really to verify, maybe account really does not exist.
- We should pass the JSON reply to the application */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_INTERNAL_SERVER_ERROR:
- /* Server had an internal issue; we should retry, but this API
- leaves this to the application */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_CONFLICT:
- /* The account does not have sufficient funds */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- default:
- /* unexpected response code */
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Unexpected response code %u\n",
- (unsigned int) response_code);
- GNUNET_break (0);
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- }
- aai->cb (aai->cb_cls,
- &ir);
- TALER_BANK_account_withdrawal_confirm_cancel (aai);
-}
-
-
-
-
-struct TALER_BANK_AccountWithdrawalConfirmHandle *
-TALER_BANK_account_withdrawal_confirm (
- struct GNUNET_CURL_Context *ctx,
- const struct TALER_BANK_AuthenticationData *auth,
- const char *account_name,
- const char *withdrawal_id,
- const struct TALER_Amount *amount,
- TALER_BANK_AccountWithdrawalConfirmCallback res_cb,
- void *res_cb_cls)
-{
- struct TALER_BANK_AccountWithdrawalConfirmHandle *awch;
- json_t *wconfirm_req;
- CURL *eh;
-
- wconfirm_req = GNUNET_JSON_PACK(
- GNUNET_JSON_pack_allow_null(
- TALER_JSON_pack_amount("amount",
- amount)));
- if (NULL == wconfirm_req)
- {
- GNUNET_break (0);
- return NULL;
- }
- awch = GNUNET_new (struct TALER_BANK_AccountWithdrawalConfirmHandle);
- awch->cb = res_cb;
- awch->cb_cls = res_cb_cls;
- {
- char *path;
-
- GNUNET_asprintf (&path,
- "accounts/%s/withdrawals/%s/confirm",
- account_name, withdrawal_id);
- awch->request_url = TALER_url_join (auth->wire_gateway_url,
- path,
- NULL);
- GNUNET_free (path);
- }
- if (NULL == awch->request_url)
- {
- GNUNET_free (awch);
- json_decref (wconfirm_req);
- return NULL;
- }
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Posting withdrawal confirmation request at `%s'\n",
- awch->request_url);
- awch->post_ctx.headers
- = curl_slist_append (
- awch->post_ctx.headers,
- "Content-Type: application/json");
-
- eh = curl_easy_init ();
- if ( (NULL == eh) ||
- (GNUNET_OK !=
- TALER_BANK_setup_auth_ (eh,
- auth)) ||
- (CURLE_OK !=
- curl_easy_setopt (eh,
- CURLOPT_URL,
- awch->request_url)) ||
- (GNUNET_OK !=
- TALER_curl_easy_post (&awch->post_ctx,
- eh,
- wconfirm_req)) )
- {
- GNUNET_break (0);
- TALER_BANK_account_withdrawal_confirm_cancel (awch);
- if (NULL != eh)
- curl_easy_cleanup (eh);
- json_decref (wconfirm_req);
- return NULL;
- }
- json_decref (wconfirm_req);
- awch->job = GNUNET_CURL_job_add2 (ctx,
- eh,
- awch->post_ctx.headers,
- &handle_account_withdrawal_confirm_finished,
- awch);
- GNUNET_assert (NULL != awch->job);
- return awch;
-}
-
-void
-TALER_BANK_account_withdrawal_confirm_cancel (
- struct TALER_BANK_AccountWithdrawalConfirmHandle *awch)
-{
- if (NULL != awch->job)
- {
- GNUNET_CURL_job_cancel (awch->job);
- awch->job = NULL;
- }
- TALER_curl_easy_post_finished (&awch->post_ctx);
- GNUNET_free (awch->request_url);
- GNUNET_free (awch);
-}
-
-/* ********************* /withdrawals/$WITHDRAWAL_ID *********************** */
-
-struct TALER_BANK_WithdrawalIDInfoHandle
-{
- /**
- *The url for this request.
- */
- char *request_url;
-
- /**
- POST context.
- */
- struct TALER_CURL_PostContext post_ctx;
-
- /**
- * Handle for the request.
- */
- struct GNUNET_CURL_Job *job;
-
- /**
- * Function to call with the result.
- */
- TALER_BANK_WithdrawalIDInfoCallback cb;
-
- /**
- * Closure for @a cb.
- */
- void *cb_cls;
-};
-
-/**
- * Function called when we're done processing the
- * HTTP /withdrawals/$WITHDRAWAL_ID request.
- *
- * @param cls the `struct TALER_BANK_WithdrawalIDInfoandle`
- * @param response_code HTTP response code, 0 on error
- * @param response parsed JSON result, NULL on error
- */
-static void
-handle_withdrawalID_info_finished (void *cls,
- long response_code,
- const void *response)
-{
- struct TALER_BANK_WithdrawalIDInfoHandle *aai = cls;
- const json_t *j = response;
- struct TALER_BANK_WithdrawalIDInfoResponse ir = {
- .http_status = response_code,
- .response = response
- };
-
- aai->job = NULL;
- switch (response_code)
- {
- case 0:
- ir.ec = TALER_EC_GENERIC_INVALID_RESPONSE;
- break;
- case MHD_HTTP_OK:
- {
- struct GNUNET_JSON_Specification spec[] = {
- GNUNET_JSON_spec_string ("status",
- &ir.details.ok.status),
- GNUNET_JSON_spec_mark_optional(
- TALER_JSON_spec_amount_any("amount",
- &ir.details.ok.amount), NULL),
- GNUNET_JSON_spec_mark_optional(
- TALER_JSON_spec_amount_any("suggested_amount",
- &ir.details.ok.suggested_amount), NULL),
- GNUNET_JSON_spec_mark_optional(
- GNUNET_JSON_spec_bool("no_amount_to_wallet", &ir.details.ok.no_amount_to_wallet), NULL),
- GNUNET_JSON_spec_string ("username",
- &ir.details.ok.username),
- GNUNET_JSON_spec_mark_optional(
- GNUNET_JSON_spec_string ("selected_reserve_pub",
- &ir.details.ok.selected_reserve_pub), NULL),
- GNUNET_JSON_spec_mark_optional(
- GNUNET_JSON_spec_string ("selected_exchange_account",
- &ir.details.ok.selected_exchange_account), NULL),
- GNUNET_JSON_spec_end ()
- };
-
- if (GNUNET_OK !=
- GNUNET_JSON_parse (j,
- spec,
- NULL, NULL))
- {
- GNUNET_break_op (0);
- ir.http_status = 0;
- ir.ec = TALER_EC_GENERIC_INVALID_RESPONSE;
- break;
- }
- }
- break;
- case MHD_HTTP_BAD_REQUEST:
- /* This should never happen, either us or the bank is buggy
- (or API version conflict); just pass JSON reply to the application */
- GNUNET_break_op (0);
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_NOT_FOUND:
- /* Nothing really to verify, maybe withdrawal id really does not exist.
- We should pass the JSON reply to the application */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- case MHD_HTTP_INTERNAL_SERVER_ERROR:
- /* Server had an internal issue; we should retry, but this API
- leaves this to the application */
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- default:
- /* unexpected response code */
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Unexpected response code %u\n",
- (unsigned int) response_code);
- GNUNET_break (0);
- ir.ec = TALER_JSON_get_error_code (j);
- break;
- }
- aai->cb (aai->cb_cls,
- &ir);
- TALER_BANK_withdrawalID_info_cancel (aai);
-}
-
-
-
-
-struct TALER_BANK_WithdrawalIDInfoHandle *
-TALER_BANK_withdrawalID_info (
- struct GNUNET_CURL_Context *ctx,
- const struct TALER_BANK_AuthenticationData *auth,
- const char *withdrawal_id,
- TALER_BANK_WithdrawalIDInfoCallback res_cb,
- void *res_cb_cls)
-{
- struct TALER_BANK_WithdrawalIDInfoHandle *awch;
- CURL *eh;
-
- awch = GNUNET_new (struct TALER_BANK_WithdrawalIDInfoHandle);
- awch->cb = res_cb;
- awch->cb_cls = res_cb_cls;
- {
- char *path;
-
- GNUNET_asprintf (&path,
- "withdrawals/%s",
- withdrawal_id);
- awch->request_url = TALER_url_join (auth->wire_gateway_url,
- path,
- NULL);
- GNUNET_free (path);
- }
- if (NULL == awch->request_url)
- {
- GNUNET_free (awch);
- return NULL;
- }
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Posting withdrawal id info request at `%s'\n",
- awch->request_url);
-
- eh = curl_easy_init ();
- if ( (NULL == eh) ||
- (CURLE_OK !=
- curl_easy_setopt (eh,
- CURLOPT_URL,
- awch->request_url)) ||
- (CURLE_OK !=
- curl_easy_setopt(eh, CURLOPT_HTTPGET, 1)))
- {
- GNUNET_break (0);
- TALER_BANK_withdrawalID_info_cancel (awch);
- if (NULL != eh)
- curl_easy_cleanup (eh);
- return NULL;
- }
- awch->job = GNUNET_CURL_job_add (ctx,
- eh,
- &handle_withdrawalID_info_finished,
- awch);
- GNUNET_assert (NULL != awch->job);
- return awch;
-}
-
-void
-TALER_BANK_withdrawalID_info_cancel (
- struct TALER_BANK_WithdrawalIDInfoHandle *awch)
-{
- if (NULL != awch->job)
- {
- GNUNET_CURL_job_cancel (awch->job);
- awch->job = NULL;
- }
-
- TALER_curl_easy_post_finished (&awch->post_ctx); //might not work; are there any headers?
- /*Inside easy post finished
- curl_slist_free_all (ctx->headers);
- ctx->headers = NULL;
- GNUNET_free (ctx->json_enc);
- ctx->json_enc = NULL;
- */
- GNUNET_free (awch->request_url);
- GNUNET_free (awch);
-}
-
-
diff --git a/src/bank/bank_api_common.h b/src/bank/bank_api_common.h
@@ -1,44 +0,0 @@
-/*
- This file is part of TALER
- Copyright (C) 2015, 2016, 2017 Taler Systems SA
-
- TALER is free software; you can redistribute it and/or modify it under the
- terms of the GNU General Public License as published by the Free Software
- Foundation; either version 3, or (at your option) any later version.
-
- TALER is distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along with
- TALER; see the file COPYING. If not, see
- <http://www.gnu.org/licenses/>
-*/
-/**
- * @file bank-lib/bank_api_common.h
- * @brief Common functions for the bank API
- * @author Christian Grothoff
- */
-#ifndef BANK_API_COMMON_H
-#define BANK_API_COMMON_H
-
-#include <gnunet/gnunet_util_lib.h>
-#include <gnunet/gnunet_json_lib.h>
-#include <gnunet/gnunet_curl_lib.h>
-#include <taler/taler_bank_service.h>
-#include <taler/taler_json_lib.h>
-
-
-/**
- * Set authentication data in @a easy from @a auth.
- *
- * @param easy curl handle to setup for authentication
- * @param auth authentication data to use
- * @return #GNUNET_OK in success
- */
-enum GNUNET_GenericReturnValue
-TALER_BANK_setup_auth_ (CURL *easy,
- const struct TALER_BANK_AuthenticationData *auth);
-
-
-#endif
diff --git a/src/bank/bank_lib.c b/src/bank/bank_lib.c
@@ -1,408 +0,0 @@
-#include <taler/taler_bank_service.h>
-#include <taler/taler_util.h>
-#include <gnunet/gnunet_common.h>
-#include <gnunet/gnunet_scheduler_lib.h>
-#include <stdio.h>
-#include <gnunet/gnunet_curl_lib.h>
-#include <gnunet/gnunet_util_lib.h>
-#include "taler_bank_service_cash2ecash.h"
-
-
-
-#include "bank_lib.h"
-
-char *programname = "cash2ecash";
-
-static struct TALER_BANK_AuthenticationData auth;
-static const char *account_section = "bank-accountcredentials-cash2ecash";
-
-static struct GNUNET_CURL_Context *ctx;
-static struct GNUNET_CURL_RescheduleContext *rc;
-static struct TALER_BANK_AccountTokenHandle *ath;
-static struct TALER_BANK_AccountWithdrawalHandle *awh;
-static struct TALER_BANK_AccountWithdrawalConfirmHandle *awch;
-static struct TALER_BANK_WithdrawalIDInfoHandle *awih;
-// static const char *configfilename =
-// "/home/manuel/.config/taler-exchange.conf"; static const char *withdrawal_id;
-// static const char *taler_withdraw_uri;
-
-/**
- *Parameters of Init (Token Request) call.
- */
-static bankCommunicationInitCallback_t extInitCallback;
-
-/**
- *Parameters of Withdrawal Request call.
- */
-static bankCommunicationWithdrawalCallback_t extWithdrawalCallback;
-static struct TALER_Amount *parAmount, *parSuggestedAmount;
-static bool *parNoAmountToWallet;
-const char *par_res_withdrawal_id_string;
-const char *par_res_taler_withdraw_uri_string;
-const char **par_res_withdrawal_id;
-const char **par_res_taler_withdraw_uri;
-
-
-/**
- *Parameters of Withdrawal Confirm Request call.
- */
-static bankCommunicationWithdrawalConfirmCallback_t extWithdrawalConfirmCallback;
-static const char *parWithdrawal_id;
-static struct TALER_Amount *parConfirmAmount;
-
-/**
- *Parameters of Withdrawal ID info Request call.
- */
-static bankCommunicationWithdrawalIDInfoCallback_t extWithdrawalIDInfoCallback;
-static const char *parInfoWithdrawal_id;
-const char *par_res_status_string;
-const char **par_res_status;
-
-/**
- *Function to do the cleanup
- */
-static void do_shutdown(void *cls){
- (void) cls;
-
- if(NULL != ath){
- TALER_BANK_account_token_cancel(ath);
- }
-
- if (NULL != awh){
- TALER_BANK_account_withdrawal_cancel(awh);
- }
-
- if (NULL != awch) {
- TALER_BANK_account_withdrawal_confirm_cancel(awch);
- }
-
- if (NULL != awih) {
- TALER_BANK_withdrawalID_info_cancel(awih);
- }
-
- if (NULL != ctx){
- GNUNET_CURL_fini(ctx);
- }
-
- if (NULL != rc){
- GNUNET_CURL_gnunet_rc_destroy(rc);
- }
- TALER_BANK_auth_free(&auth);
-}
-
-/**
- *Callback function for TALER_BANK_account_withdrawal
- */
-static void account_withdrawal_cb(void *cls,
- const struct TALER_BANK_AccountWithdrawalResponse *awr){
- (void) cls;
- awh = NULL;
-
- fprintf(stdout, "account withdrawal callback called\n");
- fprintf(stdout, "%s\n", awr->details.ok.taler_withdraw_uri);
- json_dumpf (awr->response,
- stderr,
- JSON_INDENT (2));
-
- //Assign pointer to results and call callback
- const char *string;
- par_res_withdrawal_id_string = GNUNET_strdup(awr->details.ok.withdrawal_id);
- *par_res_withdrawal_id = par_res_withdrawal_id_string;
- par_res_taler_withdraw_uri_string = GNUNET_strdup(awr->details.ok.taler_withdraw_uri);
- *par_res_taler_withdraw_uri = par_res_taler_withdraw_uri_string;
-
-
- GNUNET_SCHEDULER_shutdown();
- extWithdrawalCallback();
-}
-
-
-
-/**
- *Callback function for TALER_BANK_account_token
- */
-static void account_token_cb(void *cls, const struct TALER_BANK_AccountTokenResponse *atr){
- (void) cls;
-
- ath = NULL;
- json_dumpf (atr->response, stderr, JSON_INDENT (2));
- switch (atr->http_status) {
- case 0:
- fprintf(stderr, "Failed to obtain HTTP reply from `%s'\n",
- auth.wire_gateway_url);
- break;
- default:
- fprintf (stderr,
- "Failed to obtain debit history from `%s': HTTP status %u (%s)\n",
- auth.wire_gateway_url,
- atr->http_status,
- TALER_ErrorCode_get_hint (atr->ec));
- if (NULL != atr->response)
- json_dumpf (atr->response,
- stderr,
- JSON_INDENT (2));
- break;
- }
-
- //Switch Authentification method to Bearer and add Token
- GNUNET_free(auth.details.basic.password);
- GNUNET_free(auth.details.basic.username);
- auth.method = TALER_BANK_AUTH_BEARER;
- auth.details.bearer.token = GNUNET_strdup(atr->details.ok.access_token);
-
- printf("fertig in bankcomu\n");
-
- GNUNET_SCHEDULER_shutdown();
- extInitCallback();
-}
-
-/**
- *Callback function for TALER_BANK_account_withdrawal_confirm
- */
-static void account_withdrawal_confirm_cb(void *cls, const struct TALER_BANK_AccountWithdrawalConfirmResponse *awcr){
- (void) cls;
-
- awch = NULL;
- switch (awcr->http_status) {
- case 0:
- fprintf(stderr, "Failed to obtain HTTP reply from `%s'\n",
- auth.wire_gateway_url);
- break;
- default:
- fprintf (stderr,
- "Failed to obtain debit history from `%s': HTTP status %u (%s)\n",
- auth.wire_gateway_url,
- awcr->http_status,
- TALER_ErrorCode_get_hint (awcr->ec));
- if (NULL != awcr->response)
- json_dumpf (awcr->response,
- stderr,
- JSON_INDENT (2));
- break;
- }
-
- GNUNET_SCHEDULER_shutdown();
-
- //Call callback with the results
- extWithdrawalConfirmCallback();
-}
-
-/**
- *Callback function for TALER_BANK__withdrawalID_info
- */
-static void withdrawalID_info_cb(void *cls, const struct TALER_BANK_WithdrawalIDInfoResponse *widr){
- (void) cls;
-
- awih = NULL;
- switch (widr->http_status) {
- case 0:
- fprintf(stderr, "Failed to obtain HTTP reply from `%s'\n",
- auth.wire_gateway_url);
- break;
- default:
- fprintf (stderr,
- "Failed to obtain debit history from `%s': HTTP status %u (%s)\n",
- auth.wire_gateway_url,
- widr->http_status,
- TALER_ErrorCode_get_hint (widr->ec));
- if (NULL != widr->response)
- json_dumpf (widr->response,
- stderr,
- JSON_INDENT (2));
- break;
- }
-
- GNUNET_SCHEDULER_shutdown();
-
- //Assign pointer to results and call callback
- par_res_status_string = GNUNET_strdup(widr->details.ok.status);
- *par_res_status = par_res_status_string;
-
- extWithdrawalIDInfoCallback();
-}
-
-
-
-int bankCommunicationRun(GNUNET_PROGRAM_Main task){
- int argc = 1;
- char *const *argv = &programname;
- int retval;
-
- const struct GNUNET_GETOPT_CommandLineOption options[] = {
- GNUNET_GETOPT_OPTION_END
- };
- retval = GNUNET_PROGRAM_run(
- TALER_EXCHANGE_project_data(),
- argc, argv,
- "cash2ecash",
- gettext_noop("cash2ecash bank communication library"),
- options,
- task, NULL);
- if (GNUNET_SYSERR == retval)
- return 3;
- if (GNUNET_NO == retval)
- return 0;
-
- return 0;
-}
-
-static void bankCommunicationRunInit(const struct GNUNET_CONFIGURATION_Handle *cfg){
- //Shutdown for the GNUNET scheduler
- GNUNET_SCHEDULER_add_shutdown(&do_shutdown, NULL);
-
- //Initialize Curl
- ctx = GNUNET_CURL_init(&GNUNET_CURL_gnunet_scheduler_reschedule, &rc);
- GNUNET_assert(NULL != ctx);
- rc = GNUNET_CURL_gnunet_rc_create(ctx);
-
- //Parse config to obtain authentification data
- if (GNUNET_OK != TALER_BANK_auth_parse_cfg(cfg, account_section, &auth)){
- printf("error parsing authentification Data");
- }
-}
-
-
-static void runToken(void *cls, char *const *args, const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg){
- (void) cls;
- (void) args;
- (void) cfgfile;
- (void) cfg;
-
- bankCommunicationRunInit(cfg);
-
- //Make Token request
- struct GNUNET_TIME_Relative duration = {UINT64_MAX};
- ath = TALER_BANK_account_token(ctx,
- &auth,
- "finsteraarhorn",
- TALER_BANK_TOKEN_SCOPE_READWRITE,
- true,
- "this is a description",
- duration,
- account_token_cb,
- NULL);
-
- if (NULL == ath){
- printf("error with ath");
- GNUNET_SCHEDULER_shutdown();
- }
-}
-
-static void runWithdrawalRequest(void *cls, char *const *args, const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg){
- (void) cls;
- (void) args;
- (void) cfgfile;
- (void) cfg;
-
- bankCommunicationRunInit(cfg);
-
- //Make Withdrawal request
- awh = TALER_BANK_account_withdrawal(ctx,
- &auth,
- "finsteraarhorn",
- parAmount,
- parSuggestedAmount,
- parNoAmountToWallet,
- account_withdrawal_cb,
- NULL);
-
- if (NULL == awh){
- printf("error with awh");
- GNUNET_SCHEDULER_shutdown();
- }
-}
-
-
-static void runWithdrawalConfirmRequest(void *cls, char *const *args, const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg){
- (void) cls;
- (void) args;
- (void) cfgfile;
- (void) cfg;
-
- bankCommunicationRunInit(cfg);
-
- //Debugg
- printf("confirmed amount %s", TALER_amount2s(parConfirmAmount));
-
- //Make Withdrawal Confirm request
- awch = TALER_BANK_account_withdrawal_confirm(ctx,
- &auth,
- "finsteraarhorn",
- parWithdrawal_id,
- parConfirmAmount,
- account_withdrawal_confirm_cb,
- NULL);
-
- if (NULL == awch){
- printf("error with awch");
- GNUNET_SCHEDULER_shutdown();
- }
-}
-
-static void runWithdrawalIDInfoRequest(void *cls, char *const *args, const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg){
- (void) cls;
- (void) args;
- (void) cfgfile;
- (void) cfg;
-
- bankCommunicationRunInit(cfg);
-
- //Make Withdrawal ID info request
- awih = TALER_BANK_withdrawalID_info(ctx,
- &auth,
- parInfoWithdrawal_id,
- withdrawalID_info_cb,
- NULL);
-
- if (NULL == awih){
- printf("error with awih");
- GNUNET_SCHEDULER_shutdown();
- }
-}
-
-
-
-/**
- *Interface functions
- */
-
-void bankCommunicationInit(bankCommunicationInitCallback_t callback) {
- extInitCallback = callback;
- bankCommunicationRun(runToken);
-}
-
-void bankCommunicationWithdrawalRequest(struct TALER_Amount *amount, struct TALER_Amount *suggestedAmount, bool *noAmountToWallet, const char **res_withdrawal_id, const char **res_taler_withdraw_uri, bankCommunicationWithdrawalCallback_t callback){
- //Store the parameters globaly
- extWithdrawalCallback = callback;
- parAmount = amount;
- parSuggestedAmount = suggestedAmount;
- parNoAmountToWallet = noAmountToWallet;
- par_res_withdrawal_id = res_withdrawal_id;
- par_res_taler_withdraw_uri = res_taler_withdraw_uri;
-
-
- //Run request trough gnunet program run
- bankCommunicationRun(runWithdrawalRequest);
-}
-
-void bankCommunicationWithdrawalIDInfoRequest(const char *withdrawal_id, const char **res_status, bankCommunicationWithdrawalIDInfoCallback_t callback){
- //Store the parameters globaly
- extWithdrawalIDInfoCallback = callback;
- parInfoWithdrawal_id = withdrawal_id;
- par_res_status = res_status;
-
- //Run request trough gnunet program run
- bankCommunicationRun(runWithdrawalIDInfoRequest);
-}
-
-void bankCommunicationWithdrawalConfirmRequest(const char *withdrawal_id, struct TALER_Amount *amount, bankCommunicationWithdrawalConfirmCallback_t callback){
- //Store the parameters globaly
- extWithdrawalConfirmCallback = callback;
- parWithdrawal_id = withdrawal_id;
- parConfirmAmount = amount;
-
- //Run request trough gnunet program run
- bankCommunicationRun(runWithdrawalConfirmRequest);
-}
-
-
diff --git a/src/bank/bank_lib.h b/src/bank/bank_lib.h
@@ -1,29 +0,0 @@
-#ifndef BANK_LIB_H
-#define BANK_LIB_H
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-
-//Allow to directly include amount lib, might lead to other bugs..
-#define __TALER_UTIL_LIB_H_INSIDE__
-#include <taler/taler_amount_lib.h>
-
-typedef void (*bankCommunicationInitCallback_t)();
-typedef void (*bankCommunicationWithdrawalCallback_t)();
-typedef void (*bankCommunicationWithdrawalConfirmCallback_t)();
-typedef void (*bankCommunicationWithdrawalIDInfoCallback_t)();
-
-
-void bankCommunicationInit(bankCommunicationInitCallback_t callback);
- void bankCommunicationWithdrawalRequest(struct TALER_Amount *amount, struct TALER_Amount *suggestedAmount, bool *noAmountToWallet, const char **res_withdrawal_id, const char **res_taler_withdraw_uri, bankCommunicationWithdrawalCallback_t callback);
-void bankCommunicationWithdrawalIDInfoRequest(const char *withdrawal_id, const char **res_status, bankCommunicationWithdrawalIDInfoCallback_t callback);
-void bankCommunicationWithdrawalConfirmRequest(const char *withdrawal_id, struct TALER_Amount *amount, bankCommunicationWithdrawalConfirmCallback_t callback);
-
-
-
-#ifdef __cplusplus
-} // extern "C"
-#endif
-#endif
diff --git a/src/bank/taler_bank_service_cash2ecash.h b/src/bank/taler_bank_service_cash2ecash.h
@@ -1,333 +0,0 @@
-#include <jansson.h>
-#include <gnunet/gnunet_curl_lib.h>
-#include <taler/taler_util.h>
-#include <taler/taler_error_codes.h>
-
-#include <taler/taler_bank_service.h>
-
-
-
-/* ********************* /accounts/$ACC/withdrawals *********************** */
-
-
-/**
- * @brief A /accounts/$USERNAME/withdrawals request handle
- */
-struct TALER_BANK_AccountWithdrawalHandle;
-
-
-/**
- * Response details for a withdrawal request.
- */
-struct TALER_BANK_AccountWithdrawalResponse
-{
-
- /**
- * HTTP status.
- */
- unsigned int http_status;
-
- /**
- * Taler error code, #TALER_EC_NONE on success.
- */
- enum TALER_ErrorCode ec;
-
- /**
- * Full response, NULL if body was not in JSON format.
- */
- const json_t *response;
-
- /**
- * Details returned depending on the @e http_status.
- */
- union
- {
-
- /**
- * Details if status was #MHD_HTTP_OK
- */
- struct
- {
- /**
- * Withdrawal ID
- */
- const char *withdrawal_id;
-
- /**
- * Taler Withdraw URI
- */
- const char *taler_withdraw_uri;
-
- } ok;
-
- } details;
-
-};
-
-
-/**
- * Callbacks of this type are used to return the result of submitting
- * a request for an withdrawal to the bank.
- *
- * @param cls closure
- * @param awr response details
- */
-typedef void
-(*TALER_BANK_AccountWithdrawalCallback) (
- void *cls,
- const struct TALER_BANK_AccountWithdrawalResponse *awr);
-
-
-
-
-/**
- * Posts a withdrawal request to the bank
- *
- * @param ctx curl context for the event loop
- * @param auth authentication data to send to the bank
- * @param account_name username of the bank account to which the withdrawal request is sent.
- * @param amount amount to withdraw (not mandatory, NULL if unspecified)
- * #param suggested_amount suggesiton for the amount, which can be changed by the wallet. (NULL if unspecified)
- * @param res_cb the callback to call when the final result for this request is available
- * @param res_cb_cls closure for the above callback
- * @return NULL
- * if the inputs are invalid (i.e. invalid amount) or internal errors.
- * In this case, the callback is not called.
- */
-struct TALER_BANK_AccountWithdrawalHandle *
-TALER_BANK_account_withdrawal (
- struct GNUNET_CURL_Context *ctx,
- const struct TALER_BANK_AuthenticationData *auth,
- const char *account_name,
- const struct TALER_Amount *amount,
- const struct TALER_Amount *suggested_amount,
- const bool *no_amount_to_wallet,
- TALER_BANK_AccountWithdrawalCallback res_cb,
- void *res_cb_cls);
-
-
-/**
- * Cancel an account withdrawal operation. This function cannot be used on a
- * request handle if a response is already served for it.
- *
- * @param[in] awh the withdrawal request handle
- */
-void
-TALER_BANK_account_withdrawal_cancel (
- struct TALER_BANK_AccountWithdrawalHandle *awh);
-
-
-/* ********************* /accounts/$ACC/withdrawals/$WITHDRAWAL_ID/confirm *********************** */
-
-/**
- * @brief A /accounts/$USERNAME/withdrawals/$WITHDRAWAL_ID/confirm request handle
- */
-struct TALER_BANK_AccountWithdrawalConfirmHandle;
-
-
-/**
- * Response details for a withdrawal confirmation request.
- */
-struct TALER_BANK_AccountWithdrawalConfirmResponse
-{
-
- /**
- * HTTP status.
- */
- unsigned int http_status;
-
- /**
- * Taler error code, #TALER_EC_NONE on success.
- */
- enum TALER_ErrorCode ec;
-
- /**
- * Full response, NULL if body was not in JSON format.
- */
- const json_t *response;
-
-};
-
-
-/**
- * Callbacks of this type are used to return the result of submitting
- * a request for an withdrawal confirmation to the bank.
- *
- * @param cls closure
- * @param awr response details
- */
-typedef void
-(*TALER_BANK_AccountWithdrawalConfirmCallback) (
- void *cls,
- const struct TALER_BANK_AccountWithdrawalConfirmResponse *awcr);
-
-
-
-
-/**
- * Posts a withdrawal confirmation request to the bank
- *
- * @param ctx curl context for the event loop
- * @param auth authentication data to send to the bank
- * @param account_name username of the bank account to which the withdrawal request is sent.
- * #param withdrawal_id id of the withdrawal to confirm
- * @param amount amount to withdraw (not mandatory, NULL if unspecified)
- * @param res_cb the callback to call when the final result for this request is available
- * @param res_cb_cls closure for the above callback
- * @return NULL
- * if the inputs are invalid (i.e. invalid amount) or internal errors.
- * In this case, the callback is not called.
- */
-struct TALER_BANK_AccountWithdrawalConfirmHandle *
-TALER_BANK_account_withdrawal_confirm (
- struct GNUNET_CURL_Context *ctx,
- const struct TALER_BANK_AuthenticationData *auth,
- const char *account_name,
- const char *withdrawal_id,
- const struct TALER_Amount *amount,
- TALER_BANK_AccountWithdrawalConfirmCallback res_cb,
- void *res_cb_cls);
-
-
-/**
- * Cancel an account withdrawal confirm operation. This function cannot be used on a
- * request handle if a response is already served for it.
- *
- * @param[in] awch the withdrawal confirm request handle
- */
-void
-TALER_BANK_account_withdrawal_confirm_cancel (
- struct TALER_BANK_AccountWithdrawalConfirmHandle *awch);
-
-
-
-/* ********************* /withdrawals/$WITHDRAWAL_ID *********************** */
-
-/**
- * @brief A /withdrawals/$WITHDRAWAL_ID request handle
- */
-struct TALER_BANK_ithdrawalIDInfoHandle;
-
-
-/**
- * Response details for a withdrawalID info request.
- */
-struct TALER_BANK_WithdrawalIDInfoResponse
-{
-
- /**
- * HTTP status.
- */
- unsigned int http_status;
-
- /**
- * Taler error code, #TALER_EC_NONE on success.
- */
- enum TALER_ErrorCode ec;
-
- /**
- * Full response, NULL if body was not in JSON format.
- */
- const json_t *response;
-
- /**
- * Details returned depending on the @e http_status.
- */
- union
- {
-
- /**
- * Details if status was #MHD_HTTP_OK
- */
- struct
- {
- /**
- * Status
- */
- const char *status;
-
- /**
- * Amount (optional)
- */
- struct TALER_Amount amount;
-
- /**
- * Suggested Amount (optional)
- */
- struct TALER_Amount suggested_amount;
-
- /**
- * If true, the wallet must not allow the user to specify an amount to withdraw (optional)
- */
- bool no_amount_to_wallet;
-
- /**
- * Account username
- */
- const char *username;
-
- /**
- * Reserve public key selected by the exchange,
- * only non-null, if status is selected or confirmed
- */
- const char *selected_reserve_pub;
-
- /**
- * Exchange account selected by the wallet
- * only non-null if status is selected or confirmed
- */
- const char *selected_exchange_account;
-
- } ok;
-
- } details;
-
-};
-
-
-/**
- * Callbacks of this type are used to return the result of submitting
- * a request for an withdrawal id info to the bank.
- *
- * @param cls closure
- * @param awr response details
- */
-typedef void
-(*TALER_BANK_WithdrawalIDInfoCallback) (
- void *cls,
- const struct TALER_BANK_WithdrawalIDInfoResponse *awcr);
-
-
-
-
-/**
- * Posts a withdrawal id info request to the bank
- *
- * @param ctx curl context for the event loop
- * @param auth authentication data to send to the bank, only url is used for this request
- * #param withdrawal_id id of the withdrawal for which information should be obtained.
- * @param res_cb the callback to call when the final result for this request is available
- * @param res_cb_cls closure for the above callback
- * @return NULL
- * if the inputs are invalid (i.e. invalid amount) or internal errors.
- * In this case, the callback is not called.
- */
-struct TALER_BANK_WithdrawalIDInfoHandle *
-TALER_BANK_withdrawalID_info (
- struct GNUNET_CURL_Context *ctx,
- const struct TALER_BANK_AuthenticationData *auth,
- const char *withdrawal_id,
- TALER_BANK_WithdrawalIDInfoCallback res_cb,
- void *res_cb_cls);
-
-
-/**
- * Cancel an withdrawal id info operation. This function cannot be used on a
- * request handle if a response is already served for it.
- *
- * @param[in] awch the withdrawal id info request handle
- */
-void
-TALER_BANK_withdrawalID_info_cancel (
- struct TALER_BANK_WithdrawalIDInfoHandle *awch);
-
diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
@@ -1,260 +0,0 @@
-// This is the main function for the cash2ecash program
-#include <iostream>
-#include <ostream>
-#include <vector>
-#include <mutex>
-#include "cashacceptors.hpp"
-#include "utils.hpp"
-#include "gui.hpp"
-#include "global.hpp"
-#include "bank.hpp"
-
-// Global Definitions
-enum state_e {
- INIT,
- SLEEP,
- IDLE,
- CONNECTION,
- ACCEPTCASH,
- DONE,
- IDENTIFICATION,
- ENUM_STATE_END
-};
-#define NUMBER_OF_STATES 7
-
-enum state_e state = INIT;
-
-const char *withdrawal_id;
-const char *taler_withdraw_uri;
-
-std::vector<event_e> eventFIFO;
-std::mutex eventFIFOMutex;
-
-
-char hello[] = "hello";
-char world[] = "wold";
-char *string = hello;
-Gui gui;
-Timer withdrawalStatusTimer;
-
-
-ScreenWelcome *screenWelcome = new ScreenWelcome;
-ScreenIdentification *screenIdentification = new ScreenIdentification;
-ScreenConnection *screenConnection = new ScreenConnection;
-ScreenAcceptCash *screenAcceptCash = new ScreenAcceptCash(string);
-void guiDriver();
-BankCommunication bankCommunication;
-char serialpath[] = "/dev/ttyAMA3";
-DG600F Cashaccepor(serialpath);
-TALER_Amount confirmedAmount;
-
-typedef void(*action_t)();
-
-typedef struct {
- action_t action;
- state_e nextState;
-} stateEventPair;
-
-stateEventPair stateEventTable[NUMBER_OF_STATES][NUMBER_OF_EVENTS];
-//std::vector< std::vector<stateEventPair> >stateEvent2dVector(6, std::vector<stateEventPair>(4));
-
-
-void actionEventInitialize() {
- std::cout << "Event action initialze called" << std::endl;
- gui.setActiveScreen(screenWelcome);
-}
-
-void actionEventUnexpected(){
- std::cerr << "Event not expected in this state: " << state << std::endl;
-}
-
-void actionEventStart(){
- std::cout << "Action Event Start called" << std::endl;
- //gui.setActiveScreen(screenIdentification);
- gui.setActiveScreen(screenIdentification);
-}
-
-void actionEventAbortIdent(){
- std::cout << "Action Event Abort Ident called" << std::endl;
- gui.setActiveScreen(screenWelcome);
-}
-
-void actionEventAbortConnection(){
- std::cout << "Action Abort Connection called" << std::endl;
- gui.setActiveScreen(screenWelcome);
-}
-
-void actionEventFinishCashin(){
- std::cout << "Action Event Finish Cashin called" << std::endl;
- Cashaccepor.readAccumulated(&confirmedAmount);
- Cashaccepor.stopMoneyAcceptance();
- bankCommunication.withdrawalConfirmRequest(withdrawal_id, &confirmedAmount);
- gui.setActiveScreen(screenWelcome);
-}
-
-void actionEventSleep() { std::cout << "Action Event xx called" << std::endl; }
-
-void actionEventWakeup() { std::cout << "Action Event xx called" << std::endl; }
-
-void actionEventIdentificationSuccess(){
- std::cout << "Action Event Identification Success called" << std::endl;
- gui.setActiveScreen(screenConnection);
- bankCommunication.init();
-}
-
-void actionEventBankTokenDone(){
- std::cout << "Action Event Bank Token Done called" << std::endl;
- //static struct TALER_Amount amountZero;
- //TALER_amount_set_zero("KUDOS", &amountZero);
- //amountZero.fraction = 5000000;
- static bool noAmountToWallet = true;
- bankCommunication.withdrawalRequest(NULL, NULL, &noAmountToWallet, &withdrawal_id, &taler_withdraw_uri);
-}
-
-void actionEventBankWithdrawalDone(){
- std::cout << "Action Event Bank Withdrawal Done called" << std::endl;
- screenConnection->generateQR(taler_withdraw_uri);
- bankCommunication.withrawalStatusRequest(withdrawal_id);
-}
-
-void actionEventBankWStatusSelected(){
- std::cout << "Action Event Bank Withdrawal Status Confirmed called" << std::endl;
- gui.setActiveScreen(screenAcceptCash);
- Cashaccepor.startMoneyAcceptance();
-}
-
-void actionEventBankWStatusPending(){
- std::cout << "Action Event Bank Withdrawal Status Pending called" << std::endl;
- bankCommunication.withrawalStatusRequest(withdrawal_id);
-}
-
-void actionEventWConfirmationDone(){
- std::cout << "Action Event Bank Confirmation Done called" << std::endl;
- gui.setActiveScreen(screenWelcome);
-}
-
-void actionEventIdentificationTimeout(){
- std::cout << "Action Event Identification Timeout called" << std::endl;
- gui.setActiveScreen(screenWelcome);
-}
-
-void actionEventAcceptCashTimeout(){
- std::cout << "Action Event Acceptcash Timeout called" << std::endl;
- Cashaccepor.readAccumulated(&confirmedAmount);
- Cashaccepor.stopMoneyAcceptance();
- bankCommunication.withdrawalConfirmRequest(withdrawal_id, &confirmedAmount);
-}
-
-void actionEventConnectionTimeout(){
- std::cout << "Action Event Connection Timeout called" << std::endl;
- gui.setActiveScreen(screenWelcome);
-}
-
-void actionEventDoneTimeout() {
- std::cout << "Action Event Done Timeout called" << std::endl;
- gui.setActiveScreen(screenWelcome);
-}
-
-
-
-
-void initStateEvent(){
- //Runtime initialzation is used due to convienient array indexing.
- //Initzialize all state-event pairs to handleuUnexpectedEvent
- int state, event;
- for (state = 0; state < ENUM_STATE_END; state++) {
- for (event = 0; event < ENUM_EVENT_END; event++) {
- stateEventTable[state][event].action = &actionEventUnexpected;
- stateEventTable[state][event].nextState = (state_e)state;
- }
- }
-
- //Overwrite desired state-event pairs to provide actual functionality
- stateEventTable[INIT][EVENT_INITIALIZE].action = actionEventInitialize;
- stateEventTable[INIT][EVENT_INITIALIZE].nextState = IDLE;
- stateEventTable[IDLE][EVENT_BUTTON_START].action = actionEventStart;
- stateEventTable[IDLE][EVENT_BUTTON_START].nextState = IDENTIFICATION; //needs to be changed to initialization later
- stateEventTable[IDLE][EVENT_SLEEP].action = actionEventSleep;
- stateEventTable[IDLE][EVENT_SLEEP].nextState = SLEEP;
-
- stateEventTable[SLEEP][EVENT_WAKEUP].action = actionEventWakeup;
- stateEventTable[SLEEP][EVENT_WAKEUP].nextState = IDLE;
-
- stateEventTable[IDENTIFICATION][EVENT_BUTTON_ABORT].action = actionEventAbortIdent;
- stateEventTable[IDENTIFICATION][EVENT_BUTTON_ABORT].nextState = IDLE;
- stateEventTable[IDENTIFICATION][EVENT_IDENTIFICATION_SUCCESS].action = actionEventIdentificationSuccess;
- stateEventTable[IDENTIFICATION][EVENT_IDENTIFICATION_SUCCESS].nextState = CONNECTION;
- stateEventTable[IDENTIFICATION][EVENT_TIMEOUT].action = actionEventIdentificationTimeout;
- stateEventTable[IDENTIFICATION][EVENT_TIMEOUT].nextState = IDLE;
-
- stateEventTable[CONNECTION][EVENT_BUTTON_ABORT].action = actionEventAbortConnection;
- stateEventTable[CONNECTION][EVENT_BUTTON_ABORT].nextState = IDLE;
- stateEventTable[CONNECTION][EVENT_BANK_TOKEN_DONE].action = actionEventBankTokenDone;
- stateEventTable[CONNECTION][EVENT_BANK_TOKEN_DONE].nextState = CONNECTION;
- stateEventTable[CONNECTION][EVENT_BANK_WITHDRAWAL_DONE].action = actionEventBankWithdrawalDone;
- stateEventTable[CONNECTION][EVENT_BANK_WITHDRAWAL_DONE].nextState = CONNECTION;
- stateEventTable[CONNECTION][EVENT_BANK_W_STATUS_PENDING].action = actionEventBankWStatusPending;
- stateEventTable[CONNECTION][EVENT_BANK_W_STATUS_PENDING].nextState = CONNECTION;
- stateEventTable[CONNECTION][EVENT_BANK_W_STATUS_SELECTED].action = actionEventBankWStatusSelected;
- stateEventTable[CONNECTION][EVENT_BANK_W_STATUS_SELECTED].nextState = ACCEPTCASH;
- stateEventTable[CONNECTION][EVENT_TIMEOUT].action = actionEventConnectionTimeout;
- stateEventTable[CONNECTION][EVENT_TIMEOUT].nextState = IDLE;
-
- stateEventTable[ACCEPTCASH][EVENT_BUTTON_FINISH_CASHIN].action = actionEventFinishCashin;
- stateEventTable[ACCEPTCASH][EVENT_BUTTON_FINISH_CASHIN].nextState = DONE;
- stateEventTable[ACCEPTCASH][EVENT_TIMEOUT].action = actionEventAcceptCashTimeout;
- stateEventTable[ACCEPTCASH][EVENT_TIMEOUT].nextState = DONE;
- stateEventTable[DONE][EVENT_TIMEOUT].action = actionEventDoneTimeout;
- stateEventTable[DONE][EVENT_TIMEOUT].nextState = IDLE;
-}
-
-
-void event(event_e event){
- eventFIFOMutex.lock();
- eventFIFO.push_back(event);
- eventFIFOMutex.unlock();
-}
-
-void eventHandler(){
- state_e oldstate;
- event_e event;
- eventFIFOMutex.lock();
- while (0 < eventFIFO.size()) {
- oldstate = state;
- event = eventFIFO.front();
- eventFIFOMutex.unlock();
- state = stateEventTable[state][event].nextState;
- stateEventTable[oldstate][event].action();
- eventFIFOMutex.lock();
- eventFIFO.erase(eventFIFO.begin());
- }
- eventFIFOMutex.unlock();
-}
-
-int main(int argc, char *argv[]){
-
- std::cout << "The Program is running" <<std::endl;
- Timer timer1;
- timer1.setTimeMillis(10000);
- TALER_Amount testamount;
-
- //Initialize State Machine
- initStateEvent();
-
- //Trigger Initialzation Event
- event(EVENT_INITIALIZE);
-
- while (true) {
- guiDriver();
- eventHandler();
- }
-}
-
-
-void guiDriver(){
- static Timer guiSleep;
- if (guiSleep.over()){
- guiSleep.setTimeMillis(gui.timerHandler());
- guiSleep.start();
- }
-}
diff --git a/src/cashacceptor/CMakeLists.txt b/src/cashacceptor/CMakeLists.txt
@@ -1,18 +0,0 @@
-set(CMAKE_CXX_EXTENSIONS ON)
-
-
-add_library(cashacceptor cashacceptor.cpp
- dg600f.cpp)
-
-find_library(GPIOD_LIBRARY gpiodcxx)
-if(NOT GPIOD_LIBRARY)
- message(FATAL_ERROR "libgpiod not found")
-endif()
-
-message("${GPIOD_LIBRARY}")
-
-target_link_libraries(cashacceptor PRIVATE
- gnunetutil
- talerutil
- ${GPIOD_LIBRARY})
-
diff --git a/src/cashacceptor/Makefile b/src/cashacceptor/Makefile
@@ -1,258 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.25
-
-# Default target executed when no arguments are given to make.
-default_target: all
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Disable VCS-based implicit rules.
-% : %,v
-
-# Disable VCS-based implicit rules.
-% : RCS/%
-
-# Disable VCS-based implicit rules.
-% : RCS/%,v
-
-# Disable VCS-based implicit rules.
-% : SCCS/s.%
-
-# Disable VCS-based implicit rules.
-% : s.%
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Command-line flag to silence nested $(MAKE).
-$(VERBOSE)MAKESILENT = -s
-
-#Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E rm -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
- /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-.PHONY : edit_cache/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-.PHONY : rebuild_cache/fast
-
-# Special rule for the target list_install_components
-list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-.PHONY : list_install_components/fast
-
-# Special rule for the target install
-install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# Special rule for the target install/local
-install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles /home/cash2ecash/Documents/cash2ecash/src/cashacceptor//CMakeFiles/progress.marks
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cashacceptor/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cashacceptor/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cashacceptor/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cashacceptor/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Convenience name for target.
-cashacceptor/CMakeFiles/cashacceptor.dir/rule:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cashacceptor/CMakeFiles/cashacceptor.dir/rule
-.PHONY : cashacceptor/CMakeFiles/cashacceptor.dir/rule
-
-# Convenience name for target.
-cashacceptor: cashacceptor/CMakeFiles/cashacceptor.dir/rule
-.PHONY : cashacceptor
-
-# fast build rule for target.
-cashacceptor/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f cashacceptor/CMakeFiles/cashacceptor.dir/build.make cashacceptor/CMakeFiles/cashacceptor.dir/build
-.PHONY : cashacceptor/fast
-
-cashacceptor.o: cashacceptor.cpp.o
-.PHONY : cashacceptor.o
-
-# target to build an object file
-cashacceptor.cpp.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f cashacceptor/CMakeFiles/cashacceptor.dir/build.make cashacceptor/CMakeFiles/cashacceptor.dir/cashacceptor.cpp.o
-.PHONY : cashacceptor.cpp.o
-
-cashacceptor.i: cashacceptor.cpp.i
-.PHONY : cashacceptor.i
-
-# target to preprocess a source file
-cashacceptor.cpp.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f cashacceptor/CMakeFiles/cashacceptor.dir/build.make cashacceptor/CMakeFiles/cashacceptor.dir/cashacceptor.cpp.i
-.PHONY : cashacceptor.cpp.i
-
-cashacceptor.s: cashacceptor.cpp.s
-.PHONY : cashacceptor.s
-
-# target to generate assembly for a file
-cashacceptor.cpp.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f cashacceptor/CMakeFiles/cashacceptor.dir/build.make cashacceptor/CMakeFiles/cashacceptor.dir/cashacceptor.cpp.s
-.PHONY : cashacceptor.cpp.s
-
-dg600f.o: dg600f.cpp.o
-.PHONY : dg600f.o
-
-# target to build an object file
-dg600f.cpp.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f cashacceptor/CMakeFiles/cashacceptor.dir/build.make cashacceptor/CMakeFiles/cashacceptor.dir/dg600f.cpp.o
-.PHONY : dg600f.cpp.o
-
-dg600f.i: dg600f.cpp.i
-.PHONY : dg600f.i
-
-# target to preprocess a source file
-dg600f.cpp.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f cashacceptor/CMakeFiles/cashacceptor.dir/build.make cashacceptor/CMakeFiles/cashacceptor.dir/dg600f.cpp.i
-.PHONY : dg600f.cpp.i
-
-dg600f.s: dg600f.cpp.s
-.PHONY : dg600f.s
-
-# target to generate assembly for a file
-dg600f.cpp.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f cashacceptor/CMakeFiles/cashacceptor.dir/build.make cashacceptor/CMakeFiles/cashacceptor.dir/dg600f.cpp.s
-.PHONY : dg600f.cpp.s
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... install"
- @echo "... install/local"
- @echo "... install/strip"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
- @echo "... cashacceptor"
- @echo "... cashacceptor.o"
- @echo "... cashacceptor.i"
- @echo "... cashacceptor.s"
- @echo "... dg600f.o"
- @echo "... dg600f.i"
- @echo "... dg600f.s"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/src/cashacceptor/cashacceptor.cpp b/src/cashacceptor/cashacceptor.cpp
diff --git a/src/cashacceptor/cashacceptor.hpp b/src/cashacceptor/cashacceptor.hpp
@@ -1,47 +0,0 @@
-#ifndef CASHACCEPTOR_H
-#define CASHACCEPTOR_H
-
-// Exclude some headers to avoid errors compiling in cpp
-//#define GNUNET_STRINGS_LIB_H
-//#define TALER_CRYPTO_LIB_H
-
-//Allow to directly include amount lib, might lead to other bugs..
-#define __TALER_UTIL_LIB_H_INSIDE__
-extern "C" {
-#include <taler/taler_amount_lib.h>
-}
-
-#include <vector>
-
-
-
-class Cashaccepor
-{
- private:
-
-
- protected:
- TALER_Amount accumulatedAmmount;
- std::vector<TALER_Amount> amountFIFO;
-
- public:
- Cashaccepor(){};
- virtual int clearAccumulatedAmount() = 0;
- virtual int startMoneyAcceptance() = 0;
- virtual int stopMoneyAcceptance() = 0;
- virtual int readAccumulated(TALER_Amount *retval) = 0;
- virtual int readFIFO(TALER_Amount *retval) = 0;
-
-
-};
-
-
-
-
-
-
-
-
-
-
-#endif //CASHACCEPTOR_H
diff --git a/src/cashacceptor/dg600f.cpp b/src/cashacceptor/dg600f.cpp
@@ -1,182 +0,0 @@
-#include "dg600f.hpp"
-#include <cstring>
-#include <iostream>
-#include <termios.h>
-#include <chrono>
-#include <unistd.h>
-
-int DG600F::configGPIO(){
- gpioChip = new ::gpiod::chip(GPIO_CHIP);
- gpioInhibitLine = gpioChip->find_line(GPIO_LINE);
- ::gpiod::line_request inhibitLineConfig = {
- "cash2ecash_dg600f_inhibit",
- ::gpiod::line_request::DIRECTION_OUTPUT,
- ::gpiod::line_request::FLAG_BIAS_DISABLE
- };
-
- gpioInhibitLine.request(inhibitLineConfig,0);
-
-
- return 0;
-}
-
-int DG600F::configSerial(int fd, int baudrate){
- struct termios t;
- if (tcgetattr(fd, &t) != 0){
- std::cerr << "Error from tcgattr: " << strerror(errno) << std::endl;
- return -1;
- }
- cfsetispeed(&t, baudrate);
-
- t.c_cflag = (t.c_cflag & ~CSIZE) | CS8; //Configure 8 databits
- t.c_iflag = t.c_iflag &= ~IGNBRK; //Disable break processing
- t.c_lflag = 0; //no signaling chars, no echo, no canonical processing
- t.c_cc[VMIN] = 0; //set minimum character for noncanonical read to 0
- t.c_cc[VTIME] = 1; //Set read timeout for noncanonical read to 0.1 seconds
- t.c_iflag = ~(IXON | IXOFF| IXANY); // shut off xon/xoff ctrl
- t.c_cflag |= (CLOCAL | CREAD); // ignore modem controls enable reading
- t.c_cflag |= PARENB; //enable parity
- t.c_cflag &= ~PARODD; //set parity to even
- t.c_cflag &= ~CSTOPB; //disable two stop bits
-
- if (tcsetattr(fd, TCSANOW, &t) != 0) {
- std::cerr << "Error from tcsetattr: " << strerror(errno)
- << std::endl;
- return -1;
- }
- return 0;
-}
-
-int DG600F::releaseHardware(){
- gpioInhibitLine.release();
- close(fd);
- return 0;
-}
-
-int DG600F::clearAccumulatedAmount() {
- accumulatedAmount_mutex.lock();
- accumulatedAmmount.fraction = 0;
- accumulatedAmmount.value = 0;
- accumulatedAmount_mutex.unlock();
- return 0;
-}
-
-void DG600F::serialListenThread(int fd){
- int readbytes = 0;
- char buffer[32];
- TALER_Amount tempAmount;
- int i;
-while (true == flagSerialListenRun) {
- readbytes = read(fd, buffer, 32);
- if(0 > readbytes){
- std::cerr << "Error Reading from serial Interface" << strerror(readbytes) << std::endl;
- return;
- }
- fifo_mutex.lock();
- accumulatedAmount_mutex.lock();
- for (i=0; i < readbytes; i++) {
- tempAmount = convertAmount(buffer[i]);
- amountFIFO.push_back(tempAmount);
- //TODO Errorhandling
- strcpy(accumulatedAmmount.currency, currency);
- TALER_amount_add(&accumulatedAmmount, &accumulatedAmmount, &tempAmount);
- }
- fifo_mutex.unlock();
- accumulatedAmount_mutex.unlock();
- std::this_thread::sleep_for(std::chrono::milliseconds(200));
- }
-}
-
-
-int DG600F::startMoneyAcceptance(){
- //Clear read amounts...
- clearAccumulatedAmount();
- fifo_mutex.lock();
- amountFIFO.clear();
- fifo_mutex.unlock();
- //Clear buffer of serial driver
- char trash;
- while (true) {
- int readbytes;
- readbytes = read(fd, &trash, 1);
- if (0 > readbytes){
- std::cerr << "Error trying to read from char device" << strerror(readbytes) << std::endl;
- }else if (0 == readbytes) {
- break;
- }
- std::cout << "clearing trash" << std::endl;
- }
- //
- gpioInhibitLine.set_value(1);
- //Start thread which waits for chars...
- flagSerialListenRun = true;
- std::thread tr(&DG600F::serialListenThread, this, this->fd);
- tr.detach();
-return 0;
- }
-
-int DG600F::stopMoneyAcceptance(){
- flagSerialListenRun = false;
- gpioInhibitLine.set_value(0);
- return 0;
-}
-
-
-int DG600F::readAccumulated(TALER_Amount *retval) {
- accumulatedAmount_mutex.lock();
- *retval = accumulatedAmmount;
- accumulatedAmount_mutex.unlock();
- return 0;
-}
-
-int DG600F::readFIFO(TALER_Amount *retval){
- fifo_mutex.lock();
- if (not amountFIFO.empty()){
- *retval = *amountFIFO.begin();
- amountFIFO.erase(amountFIFO.begin());
- }
- fifo_mutex.unlock();
- return 0;
-}
-
-
-TALER_Amount DG600F::convertAmount(char amount){
- TALER_Amount talAmount;
- strcpy(talAmount.currency, currency);
- switch (amount) {
- case DG600FCHF0_1:
- talAmount.fraction = 10000000;
- talAmount.value = 0;
- break;
- case DG600FCHF0_2:
- talAmount.value = 0;
- talAmount.fraction = 20000000;
- break;
- case DG600FCHF0_5:
- talAmount.value = 0;
- talAmount.fraction = 50000000;
- break;
- case DG600FCHF1:
- talAmount.fraction = 0;
- talAmount.value = 1;
- break;
- case DG600FCHF2:
- talAmount.fraction = 0;
- talAmount.value = 2;
- break;
- case DG600FCHF5:
- talAmount.fraction = 0;
- talAmount.value = 5;
- break;
- default:
- std::cerr << "Received char" << amount << std::endl;
- std::cerr << "Unknown Coin value, returning amount 0..." << std::endl;
- talAmount.fraction = 0;
- talAmount.value = 0;
- }
- return talAmount;
-}
-
-
-
-
diff --git a/src/cashacceptor/dg600f.hpp b/src/cashacceptor/dg600f.hpp
@@ -1,78 +0,0 @@
-#ifndef DG600F_H
-#define DG600F_H
-
-#include <cstdlib>
-#include <cstring>
-#include <errno.h>
-#include <fcntl.h>
-#include <iostream>
-#include <termios.h>
-#include <unistd.h>
-#include <thread>
-#include <mutex>
-#include <gpiod.hpp>
-#include <filesystem>
-
-
-#define DG600FCHF0_1 1
-#define DG600FCHF0_2 2
-#define DG600FCHF0_5 5
-#define DG600FCHF1 10
-#define DG600FCHF2 20
-#define DG600FCHF5 50
-
-#define GPIO_CHIP "gpiochip0"
-#define GPIO_LINE "GPIO16"
-
-
-
-
-#include "cashacceptor.hpp"
-
-
-class DG600F : public Cashaccepor {
-private:
- char *portPath;
- char currency[12] = "KUDOS";
- int fd;
- volatile bool flagSerialListenRun = false;
- std::mutex fifo_mutex, accumulatedAmount_mutex;
-
- ::gpiod::chip *gpioChip;
- ::gpiod::line gpioInhibitLine;
-
-
-
- int configSerial(int fd, int baudrate);
- int configGPIO();
- int releaseHardware();
- void serialListenThread(int fd);
- TALER_Amount convertAmount(char amount);
-
-protected:
-
-public:
- DG600F(char * serialPortPath) : Cashaccepor(),
- portPath(serialPortPath)
- {
- fd = open(portPath, O_RDWR | O_NOCTTY | O_SYNC);
- if (0 > fd){
- std::cerr << "Error opening" << portPath << ": " << strerror(errno) << std::endl;
- }
-
- configSerial(fd, B4800);
- configGPIO();
- };
- int clearAccumulatedAmount();
- int startMoneyAcceptance();
- int stopMoneyAcceptance();
- int readAccumulated(TALER_Amount *retval);
- int readFIFO(TALER_Amount *retval);
-
-
-
-
-
-};
-
-#endif //DG600F_H
diff --git a/src/compile_commands.json b/src/compile_commands.json
@@ -1,3942 +0,0 @@
-[
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -g -o CMakeFiles/cash2ecash.dir/cash2ecash.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/cash2ecash.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/cash2ecash.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/cashacceptor",
- "command": "/usr/bin/c++ -I/home/cash2ecash/Documents/cash2ecash/src/include -g -o CMakeFiles/cashacceptor.dir/cashacceptor.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/cashacceptor/cashacceptor.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/cashacceptor/cashacceptor.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/cashacceptor",
- "command": "/usr/bin/c++ -I/home/cash2ecash/Documents/cash2ecash/src/include -g -o CMakeFiles/cashacceptor.dir/dg600f.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/cashacceptor/dg600f.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/cashacceptor/dg600f.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/bank",
- "command": "/usr/bin/cc -I/home/cash2ecash/Documents/cash2ecash/src/include -g -o CMakeFiles/bank.dir/bank_lib.c.o -c /home/cash2ecash/Documents/cash2ecash/src/bank/bank_lib.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/bank/bank_lib.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/bank",
- "command": "/usr/bin/cc -I/home/cash2ecash/Documents/cash2ecash/src/include -g -o CMakeFiles/bank.dir/bank_api_account_withdrawal.c.o -c /home/cash2ecash/Documents/cash2ecash/src/bank/bank_api_account_withdrawal.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/bank/bank_api_account_withdrawal.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/bank",
- "command": "/usr/bin/c++ -I/home/cash2ecash/Documents/cash2ecash/src/include -g -o CMakeFiles/bankCommunication.dir/bankCommunication.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/bank/bankCommunication.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/bank/bankCommunication.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_group.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_group.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_group.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj_class.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_class.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_class.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj_draw.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_draw.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_draw.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj_event.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_event.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_event.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj_id_builtin.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_id_builtin.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_id_builtin.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj_pos.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_pos.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_pos.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj_property.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_property.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_property.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj_scroll.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_scroll.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_scroll.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj_style.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_style.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_style.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj_style_gen.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_style_gen.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_style_gen.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_obj_tree.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_tree.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_obj_tree.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/core/lv_refr.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_refr.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/core/lv_refr.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/display/lv_display.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/display/lv_display.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/display/lv_display.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/dma2d/lv_draw_dma2d.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/dma2d/lv_draw_dma2d.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/dma2d/lv_draw_dma2d.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/dma2d/lv_draw_dma2d_fill.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/dma2d/lv_draw_dma2d_fill.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/dma2d/lv_draw_dma2d_fill.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/dma2d/lv_draw_dma2d_img.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/dma2d/lv_draw_dma2d_img.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/dma2d/lv_draw_dma2d_img.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_draw.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_draw_arc.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_arc.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_arc.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_draw_buf.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_buf.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_buf.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_draw_image.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_image.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_image.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_draw_label.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_label.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_label.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_draw_line.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_line.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_line.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_draw_mask.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_mask.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_mask.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_draw_rect.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_rect.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_rect.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_draw_triangle.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_triangle.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_triangle.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_draw_vector.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_vector.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_draw_vector.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/lv_image_decoder.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_image_decoder.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/lv_image_decoder.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx_arc.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_arc.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_arc.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx_border.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_border.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_border.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx_fill.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_fill.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_fill.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx_img.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_img.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_img.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx_label.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_label.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_label.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx_layer.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_layer.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_layer.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx_line.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_line.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_line.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx_stm32_hal.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_stm32_hal.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_stm32_hal.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx_triangle.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_triangle.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_triangle.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_draw_nema_gfx_utils.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_utils.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_draw_nema_gfx_utils.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nema_gfx/lv_nema_gfx_path.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_nema_gfx_path.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nema_gfx/lv_nema_gfx_path.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/pxp/lv_draw_buf_pxp.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_draw_buf_pxp.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_draw_buf_pxp.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/pxp/lv_draw_pxp.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_draw_pxp.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_draw_pxp.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/pxp/lv_draw_pxp_fill.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_draw_pxp_fill.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_draw_pxp_fill.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/pxp/lv_draw_pxp_img.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_draw_pxp_img.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_draw_pxp_img.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/pxp/lv_draw_pxp_layer.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_draw_pxp_layer.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_draw_pxp_layer.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/pxp/lv_pxp_cfg.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_pxp_cfg.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_pxp_cfg.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/pxp/lv_pxp_osa.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_pxp_osa.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_pxp_osa.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/pxp/lv_pxp_utils.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_pxp_utils.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/pxp/lv_pxp_utils.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_draw_buf_vglite.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_buf_vglite.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_buf_vglite.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_draw_vglite.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_draw_vglite_arc.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_arc.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_arc.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_draw_vglite_border.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_border.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_border.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_draw_vglite_fill.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_fill.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_fill.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_draw_vglite_img.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_img.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_img.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_draw_vglite_label.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_label.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_label.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_draw_vglite_layer.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_layer.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_layer.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_draw_vglite_line.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_line.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_line.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_draw_vglite_triangle.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_triangle.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_draw_vglite_triangle.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_vglite_buf.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_vglite_buf.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_vglite_buf.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_vglite_matrix.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_vglite_matrix.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_vglite_matrix.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_vglite_path.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_vglite_path.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_vglite_path.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/nxp/vglite/lv_vglite_utils.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_vglite_utils.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/nxp/vglite/lv_vglite_utils.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/opengles/lv_draw_opengles.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/opengles/lv_draw_opengles.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/opengles/lv_draw_opengles.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/renesas/dave2d/lv_draw_dave2d.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/renesas/dave2d/lv_draw_dave2d_arc.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_arc.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_arc.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/renesas/dave2d/lv_draw_dave2d_border.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_border.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_border.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/renesas/dave2d/lv_draw_dave2d_fill.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_fill.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_fill.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/renesas/dave2d/lv_draw_dave2d_image.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_image.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_image.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/renesas/dave2d/lv_draw_dave2d_label.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_label.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_label.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/renesas/dave2d/lv_draw_dave2d_line.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_line.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_line.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/renesas/dave2d/lv_draw_dave2d_mask_rectangle.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_mask_rectangle.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_mask_rectangle.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/renesas/dave2d/lv_draw_dave2d_triangle.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_triangle.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_triangle.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/renesas/dave2d/lv_draw_dave2d_utils.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_utils.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_utils.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sdl/lv_draw_sdl.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sdl/lv_draw_sdl.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sdl/lv_draw_sdl.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -o CMakeFiles/lvgl.dir/src/draw/sw/blend/helium/lv_blend_helium.S.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/helium/lv_blend_helium.S",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/helium/lv_blend_helium.S"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/blend/lv_draw_sw_blend.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/blend/lv_draw_sw_blend_to_al88.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_al88.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_al88.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/blend/lv_draw_sw_blend_to_argb8888.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_argb8888.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_argb8888.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/blend/lv_draw_sw_blend_to_i1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_i1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_i1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/blend/lv_draw_sw_blend_to_l8.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_l8.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_l8.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/blend/lv_draw_sw_blend_to_rgb565.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_rgb565.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_rgb565.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/blend/lv_draw_sw_blend_to_rgb888.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_rgb888.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_rgb888.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -o CMakeFiles/lvgl.dir/src/draw/sw/blend/neon/lv_blend_neon.S.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/neon/lv_blend_neon.S",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/blend/neon/lv_blend_neon.S"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_arc.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_arc.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_arc.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_border.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_border.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_border.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_box_shadow.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_box_shadow.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_box_shadow.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_fill.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_fill.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_fill.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_gradient.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_gradient.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_gradient.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_img.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_img.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_img.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_letter.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_letter.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_letter.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_line.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_line.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_line.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_mask.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_mask.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_mask.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_mask_rect.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_mask_rect.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_mask_rect.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_transform.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_transform.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_transform.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_triangle.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_triangle.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_triangle.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_utils.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_utils.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_utils.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/sw/lv_draw_sw_vector.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_vector.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/sw/lv_draw_sw_vector.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_buf_vg_lite.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_buf_vg_lite.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_buf_vg_lite.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_arc.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_arc.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_arc.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_border.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_border.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_border.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_box_shadow.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_box_shadow.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_box_shadow.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_fill.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_fill.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_fill.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_img.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_img.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_img.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_label.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_label.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_label.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_layer.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_layer.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_layer.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_line.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_line.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_line.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_mask_rect.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_mask_rect.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_mask_rect.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_triangle.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_triangle.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_triangle.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_draw_vg_lite_vector.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_vector.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_draw_vg_lite_vector.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_vg_lite_decoder.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_decoder.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_decoder.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_vg_lite_grad.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_grad.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_grad.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_vg_lite_math.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_math.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_math.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_vg_lite_path.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_path.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_path.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_vg_lite_pending.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_pending.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_pending.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_vg_lite_stroke.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_stroke.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_stroke.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/draw/vg_lite/lv_vg_lite_utils.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_utils.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/draw/vg_lite/lv_vg_lite_utils.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/display/drm/lv_linux_drm.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/drm/lv_linux_drm.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/drm/lv_linux_drm.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/display/fb/lv_linux_fbdev.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/fb/lv_linux_fbdev.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/fb/lv_linux_fbdev.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/display/ili9341/lv_ili9341.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/ili9341/lv_ili9341.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/ili9341/lv_ili9341.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/display/lcd/lv_lcd_generic_mipi.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/lcd/lv_lcd_generic_mipi.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/lcd/lv_lcd_generic_mipi.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/display/renesas_glcdc/lv_renesas_glcdc.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/renesas_glcdc/lv_renesas_glcdc.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/renesas_glcdc/lv_renesas_glcdc.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/display/st7735/lv_st7735.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/st7735/lv_st7735.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/st7735/lv_st7735.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/display/st7789/lv_st7789.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/st7789/lv_st7789.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/st7789/lv_st7789.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/display/st7796/lv_st7796.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/st7796/lv_st7796.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/st7796/lv_st7796.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/display/st_ltdc/lv_st_ltdc.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/st_ltdc/lv_st_ltdc.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/display/st_ltdc/lv_st_ltdc.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/evdev/lv_evdev.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/evdev/lv_evdev.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/evdev/lv_evdev.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/glfw/lv_glfw_window.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/glfw/lv_glfw_window.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/glfw/lv_glfw_window.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/glfw/lv_opengles_debug.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/glfw/lv_opengles_debug.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/glfw/lv_opengles_debug.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/glfw/lv_opengles_driver.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/glfw/lv_opengles_driver.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/glfw/lv_opengles_driver.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/glfw/lv_opengles_texture.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/glfw/lv_opengles_texture.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/glfw/lv_opengles_texture.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/libinput/lv_libinput.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/libinput/lv_libinput.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/libinput/lv_libinput.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/libinput/lv_xkb.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/libinput/lv_xkb.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/libinput/lv_xkb.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/nuttx/lv_nuttx_cache.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_cache.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_cache.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/nuttx/lv_nuttx_entry.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_entry.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_entry.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/nuttx/lv_nuttx_fbdev.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_fbdev.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_fbdev.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/nuttx/lv_nuttx_image_cache.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_image_cache.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_image_cache.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/nuttx/lv_nuttx_lcd.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_lcd.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_lcd.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/nuttx/lv_nuttx_libuv.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_libuv.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_libuv.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/nuttx/lv_nuttx_profiler.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_profiler.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_profiler.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/nuttx/lv_nuttx_touchscreen.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_touchscreen.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/nuttx/lv_nuttx_touchscreen.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/qnx/lv_qnx.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/qnx/lv_qnx.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/qnx/lv_qnx.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/sdl/lv_sdl_keyboard.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/sdl/lv_sdl_keyboard.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/sdl/lv_sdl_keyboard.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/sdl/lv_sdl_mouse.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/sdl/lv_sdl_mouse.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/sdl/lv_sdl_mouse.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/sdl/lv_sdl_mousewheel.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/sdl/lv_sdl_mousewheel.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/sdl/lv_sdl_mousewheel.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/sdl/lv_sdl_window.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/sdl/lv_sdl_window.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/sdl/lv_sdl_window.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/wayland/lv_wayland.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/wayland/lv_wayland.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/wayland/lv_wayland.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/wayland/lv_wayland_smm.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/wayland/lv_wayland_smm.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/wayland/lv_wayland_smm.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/windows/lv_windows_context.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/windows/lv_windows_context.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/windows/lv_windows_context.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/windows/lv_windows_display.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/windows/lv_windows_display.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/windows/lv_windows_display.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/windows/lv_windows_input.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/windows/lv_windows_input.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/windows/lv_windows_input.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/x11/lv_x11_display.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/x11/lv_x11_display.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/x11/lv_x11_display.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/drivers/x11/lv_x11_input.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/x11/lv_x11_input.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/drivers/x11/lv_x11_input.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_binfont_loader.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_binfont_loader.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_binfont_loader.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_dejavu_16_persian_hebrew.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_dejavu_16_persian_hebrew.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_dejavu_16_persian_hebrew.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_fmt_txt.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_fmt_txt.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_fmt_txt.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_10.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_10.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_10.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_12.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_12.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_12.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_14.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_14.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_14.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_16.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_16.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_16.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_18.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_18.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_18.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_20.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_20.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_20.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_22.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_22.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_22.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_24.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_24.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_24.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_26.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_26.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_26.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_28.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_28.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_28.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_28_compressed.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_28_compressed.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_28_compressed.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_30.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_30.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_30.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_32.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_32.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_32.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_34.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_34.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_34.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_36.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_36.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_36.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_38.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_38.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_38.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_40.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_40.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_40.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_42.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_42.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_42.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_44.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_44.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_44.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_46.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_46.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_46.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_48.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_48.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_48.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_montserrat_8.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_8.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_montserrat_8.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_simsun_14_cjk.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_simsun_14_cjk.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_simsun_14_cjk.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_simsun_16_cjk.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_simsun_16_cjk.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_simsun_16_cjk.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_unscii_16.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_unscii_16.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_unscii_16.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/font/lv_font_unscii_8.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_unscii_8.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/font/lv_font_unscii_8.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/indev/lv_indev.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/indev/lv_indev.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/indev/lv_indev.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/indev/lv_indev_gesture.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/indev/lv_indev_gesture.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/indev/lv_indev_gesture.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/indev/lv_indev_scroll.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/indev/lv_indev_scroll.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/indev/lv_indev_scroll.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/layouts/flex/lv_flex.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/layouts/flex/lv_flex.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/layouts/flex/lv_flex.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/layouts/grid/lv_grid.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/layouts/grid/lv_grid.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/layouts/grid/lv_grid.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/layouts/lv_layout.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/layouts/lv_layout.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/layouts/lv_layout.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/barcode/code128.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/barcode/code128.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/barcode/code128.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/barcode/lv_barcode.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/barcode/lv_barcode.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/barcode/lv_barcode.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/bin_decoder/lv_bin_decoder.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/bin_decoder/lv_bin_decoder.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/bin_decoder/lv_bin_decoder.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/bmp/lv_bmp.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/bmp/lv_bmp.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/bmp/lv_bmp.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/expat/xmlparse.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/expat/xmlparse.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/expat/xmlparse.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/expat/xmlrole.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/expat/xmlrole.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/expat/xmlrole.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/expat/xmltok.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/expat/xmltok.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/expat/xmltok.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/expat/xmltok_impl.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/expat/xmltok_impl.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/expat/xmltok_impl.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/expat/xmltok_ns.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/expat/xmltok_ns.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/expat/xmltok_ns.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/ffmpeg/lv_ffmpeg.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/ffmpeg/lv_ffmpeg.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/ffmpeg/lv_ffmpeg.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/freetype/lv_freetype.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/freetype/lv_freetype.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/freetype/lv_freetype.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/freetype/lv_freetype_glyph.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/freetype/lv_freetype_glyph.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/freetype/lv_freetype_glyph.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/freetype/lv_freetype_image.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/freetype/lv_freetype_image.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/freetype/lv_freetype_image.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/freetype/lv_freetype_outline.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/freetype/lv_freetype_outline.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/freetype/lv_freetype_outline.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/freetype/lv_ftsystem.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/freetype/lv_ftsystem.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/freetype/lv_ftsystem.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/fsdrv/lv_fs_cbfs.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_cbfs.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_cbfs.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/fsdrv/lv_fs_fatfs.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_fatfs.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_fatfs.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/fsdrv/lv_fs_littlefs.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_littlefs.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_littlefs.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/fsdrv/lv_fs_memfs.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_memfs.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_memfs.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/fsdrv/lv_fs_posix.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_posix.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_posix.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/fsdrv/lv_fs_stdio.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_stdio.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_stdio.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/fsdrv/lv_fs_win32.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_win32.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/fsdrv/lv_fs_win32.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/gif/gifdec.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/gif/gifdec.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/gif/gifdec.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/gif/lv_gif.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/gif/lv_gif.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/gif/lv_gif.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/libjpeg_turbo/lv_libjpeg_turbo.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/libjpeg_turbo/lv_libjpeg_turbo.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/libjpeg_turbo/lv_libjpeg_turbo.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/libpng/lv_libpng.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/libpng/lv_libpng.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/libpng/lv_libpng.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/lodepng/lodepng.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/lodepng/lodepng.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/lodepng/lodepng.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/lodepng/lv_lodepng.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/lodepng/lv_lodepng.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/lodepng/lv_lodepng.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/lz4/lz4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/lz4/lz4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/lz4/lz4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/qrcode/lv_qrcode.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/qrcode/lv_qrcode.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/qrcode/lv_qrcode.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/qrcode/qrcodegen.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/qrcode/qrcodegen.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/qrcode/qrcodegen.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/rle/lv_rle.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/rle/lv_rle.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/rle/lv_rle.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/rlottie/lv_rlottie.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/rlottie/lv_rlottie.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/rlottie/lv_rlottie.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/svg/lv_svg.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/svg/lv_svg.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/svg/lv_svg.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/svg/lv_svg_parser.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/svg/lv_svg_parser.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/svg/lv_svg_parser.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/svg/lv_svg_render.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/svg/lv_svg_render.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/svg/lv_svg_render.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/svg/lv_svg_token.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/svg/lv_svg_token.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/svg/lv_svg_token.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/tiny_ttf/lv_tiny_ttf.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/tiny_ttf/lv_tiny_ttf.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/tiny_ttf/lv_tiny_ttf.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/tjpgd/lv_tjpgd.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/tjpgd/lv_tjpgd.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/tjpgd/lv_tjpgd.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/libs/tjpgd/tjpgd.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/tjpgd/tjpgd.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/tjpgd/tjpgd.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/lv_init.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/lv_init.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/lv_init.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/cache/lv_cache.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/cache/lv_cache.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/cache/lv_cache.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/cache/lv_cache_entry.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/cache/lv_cache_entry.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/cache/lv_cache_entry.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/cache/lv_cache_lru_rb.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/cache/lv_cache_lru_rb.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/cache/lv_cache_lru_rb.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/cache/lv_image_cache.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/cache/lv_image_cache.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/cache/lv_image_cache.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/cache/lv_image_header_cache.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/cache/lv_image_header_cache.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/cache/lv_image_header_cache.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_anim.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_anim.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_anim.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_anim_timeline.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_anim_timeline.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_anim_timeline.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_area.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_area.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_area.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_array.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_array.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_array.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_async.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_async.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_async.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_bidi.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_bidi.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_bidi.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_circle_buf.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_circle_buf.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_circle_buf.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_color.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_color.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_color.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_color_op.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_color_op.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_color_op.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_event.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_event.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_event.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_fs.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_fs.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_fs.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_iter.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_iter.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_iter.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_ll.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_ll.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_ll.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_log.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_log.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_log.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_lru.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_lru.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_lru.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_math.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_math.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_math.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_matrix.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_matrix.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_matrix.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_palette.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_palette.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_palette.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_profiler_builtin.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_profiler_builtin.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_profiler_builtin.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_rb.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_rb.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_rb.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_style.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_style.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_style.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_style_gen.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_style_gen.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_style_gen.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_templ.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_templ.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_templ.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_text.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_text.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_text.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_text_ap.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_text_ap.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_text_ap.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_timer.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_timer.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_timer.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_tree.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_tree.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_tree.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/misc/lv_utils.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_utils.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/misc/lv_utils.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/osal/lv_cmsis_rtos2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_cmsis_rtos2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_cmsis_rtos2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/osal/lv_freertos.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_freertos.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_freertos.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/osal/lv_mqx.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_mqx.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_mqx.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/osal/lv_os.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_os.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_os.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/osal/lv_pthread.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_pthread.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_pthread.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/osal/lv_rtthread.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_rtthread.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_rtthread.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/osal/lv_windows.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_windows.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/osal/lv_windows.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/file_explorer/lv_file_explorer.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/file_explorer/lv_file_explorer.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/file_explorer/lv_file_explorer.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/font_manager/lv_font_manager.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/font_manager/lv_font_manager.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/font_manager/lv_font_manager.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/font_manager/lv_font_manager_recycle.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/font_manager/lv_font_manager_recycle.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/font_manager/lv_font_manager_recycle.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/font_manager/lv_font_manager_utils.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/font_manager/lv_font_manager_utils.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/font_manager/lv_font_manager_utils.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/fragment/lv_fragment.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/fragment/lv_fragment.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/fragment/lv_fragment.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/fragment/lv_fragment_manager.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/fragment/lv_fragment_manager.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/fragment/lv_fragment_manager.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/gridnav/lv_gridnav.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/gridnav/lv_gridnav.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/gridnav/lv_gridnav.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/ime/lv_ime_pinyin.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/ime/lv_ime_pinyin.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/ime/lv_ime_pinyin.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/imgfont/lv_imgfont.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/imgfont/lv_imgfont.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/imgfont/lv_imgfont.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/monkey/lv_monkey.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/monkey/lv_monkey.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/monkey/lv_monkey.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/observer/lv_observer.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/observer/lv_observer.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/observer/lv_observer.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/snapshot/lv_snapshot.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/snapshot/lv_snapshot.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/snapshot/lv_snapshot.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/sysmon/lv_sysmon.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/sysmon/lv_sysmon.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/sysmon/lv_sysmon.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/vg_lite_tvg/vg_lite_matrix.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/vg_lite_tvg/vg_lite_matrix.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/vg_lite_tvg/vg_lite_matrix.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/lv_xml.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/lv_xml_base_types.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_base_types.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_base_types.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/lv_xml_component.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_component.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_component.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/lv_xml_parser.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_parser.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_parser.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/lv_xml_style.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_style.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_style.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/lv_xml_utils.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_utils.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_utils.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/lv_xml_widget.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_widget.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/lv_xml_widget.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/parsers/lv_xml_button_parser.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_button_parser.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_button_parser.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/parsers/lv_xml_chart_parser.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_chart_parser.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_chart_parser.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/parsers/lv_xml_image_parser.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_image_parser.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_image_parser.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/parsers/lv_xml_label_parser.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_label_parser.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_label_parser.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/parsers/lv_xml_obj_parser.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_obj_parser.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_obj_parser.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/parsers/lv_xml_slider_parser.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_slider_parser.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_slider_parser.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/others/xml/parsers/lv_xml_tabview_parser.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_tabview_parser.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/xml/parsers/lv_xml_tabview_parser.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/builtin/lv_mem_core_builtin.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/builtin/lv_mem_core_builtin.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/builtin/lv_mem_core_builtin.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/builtin/lv_sprintf_builtin.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/builtin/lv_sprintf_builtin.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/builtin/lv_sprintf_builtin.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/builtin/lv_string_builtin.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/builtin/lv_string_builtin.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/builtin/lv_string_builtin.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/builtin/lv_tlsf.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/builtin/lv_tlsf.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/builtin/lv_tlsf.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/clib/lv_mem_core_clib.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/clib/lv_mem_core_clib.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/clib/lv_mem_core_clib.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/clib/lv_sprintf_clib.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/clib/lv_sprintf_clib.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/clib/lv_sprintf_clib.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/clib/lv_string_clib.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/clib/lv_string_clib.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/clib/lv_string_clib.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/lv_mem.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/lv_mem.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/lv_mem.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/micropython/lv_mem_core_micropython.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/micropython/lv_mem_core_micropython.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/micropython/lv_mem_core_micropython.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/rtthread/lv_mem_core_rtthread.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/rtthread/lv_mem_core_rtthread.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/rtthread/lv_mem_core_rtthread.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/rtthread/lv_sprintf_rtthread.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/rtthread/lv_sprintf_rtthread.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/rtthread/lv_sprintf_rtthread.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/stdlib/rtthread/lv_string_rtthread.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/rtthread/lv_string_rtthread.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/stdlib/rtthread/lv_string_rtthread.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/themes/default/lv_theme_default.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/themes/default/lv_theme_default.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/themes/default/lv_theme_default.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/themes/lv_theme.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/themes/lv_theme.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/themes/lv_theme.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/themes/mono/lv_theme_mono.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/themes/mono/lv_theme_mono.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/themes/mono/lv_theme_mono.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/themes/simple/lv_theme_simple.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/themes/simple/lv_theme_simple.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/themes/simple/lv_theme_simple.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/tick/lv_tick.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/tick/lv_tick.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/tick/lv_tick.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/animimage/lv_animimage.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/animimage/lv_animimage.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/animimage/lv_animimage.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/arc/lv_arc.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/arc/lv_arc.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/arc/lv_arc.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/bar/lv_bar.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/bar/lv_bar.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/bar/lv_bar.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/button/lv_button.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/button/lv_button.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/button/lv_button.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/buttonmatrix/lv_buttonmatrix.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/buttonmatrix/lv_buttonmatrix.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/buttonmatrix/lv_buttonmatrix.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/calendar/lv_calendar.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/calendar/lv_calendar.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/calendar/lv_calendar.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/calendar/lv_calendar_chinese.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/calendar/lv_calendar_chinese.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/calendar/lv_calendar_chinese.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/calendar/lv_calendar_header_arrow.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/calendar/lv_calendar_header_arrow.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/calendar/lv_calendar_header_arrow.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/calendar/lv_calendar_header_dropdown.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/calendar/lv_calendar_header_dropdown.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/calendar/lv_calendar_header_dropdown.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/canvas/lv_canvas.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/canvas/lv_canvas.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/canvas/lv_canvas.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/chart/lv_chart.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/chart/lv_chart.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/chart/lv_chart.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/checkbox/lv_checkbox.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/checkbox/lv_checkbox.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/checkbox/lv_checkbox.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/dropdown/lv_dropdown.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/dropdown/lv_dropdown.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/dropdown/lv_dropdown.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/image/lv_image.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/image/lv_image.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/image/lv_image.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/imagebutton/lv_imagebutton.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/imagebutton/lv_imagebutton.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/imagebutton/lv_imagebutton.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/keyboard/lv_keyboard.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/keyboard/lv_keyboard.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/keyboard/lv_keyboard.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/label/lv_label.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/label/lv_label.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/label/lv_label.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/led/lv_led.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/led/lv_led.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/led/lv_led.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/line/lv_line.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/line/lv_line.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/line/lv_line.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/list/lv_list.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/list/lv_list.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/list/lv_list.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/lottie/lv_lottie.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/lottie/lv_lottie.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/lottie/lv_lottie.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/menu/lv_menu.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/menu/lv_menu.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/menu/lv_menu.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/msgbox/lv_msgbox.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/msgbox/lv_msgbox.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/msgbox/lv_msgbox.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/objx_templ/lv_objx_templ.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/objx_templ/lv_objx_templ.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/objx_templ/lv_objx_templ.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/property/lv_dropdown_properties.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_dropdown_properties.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_dropdown_properties.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/property/lv_image_properties.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_image_properties.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_image_properties.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/property/lv_keyboard_properties.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_keyboard_properties.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_keyboard_properties.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/property/lv_label_properties.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_label_properties.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_label_properties.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/property/lv_obj_properties.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_obj_properties.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_obj_properties.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/property/lv_roller_properties.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_roller_properties.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_roller_properties.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/property/lv_style_properties.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_style_properties.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_style_properties.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/property/lv_textarea_properties.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_textarea_properties.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/property/lv_textarea_properties.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/roller/lv_roller.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/roller/lv_roller.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/roller/lv_roller.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/scale/lv_scale.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/scale/lv_scale.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/scale/lv_scale.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/slider/lv_slider.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/slider/lv_slider.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/slider/lv_slider.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/span/lv_span.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/span/lv_span.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/span/lv_span.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/spinbox/lv_spinbox.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/spinbox/lv_spinbox.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/spinbox/lv_spinbox.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/spinner/lv_spinner.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/spinner/lv_spinner.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/spinner/lv_spinner.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/switch/lv_switch.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/switch/lv_switch.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/switch/lv_switch.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/table/lv_table.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/table/lv_table.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/table/lv_table.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/tabview/lv_tabview.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/tabview/lv_tabview.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/tabview/lv_tabview.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/textarea/lv_textarea.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/textarea/lv_textarea.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/textarea/lv_textarea.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/tileview/lv_tileview.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/tileview/lv_tileview.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/tileview/lv_tileview.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl.dir/src/widgets/win/lv_win.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/win/lv_win.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/widgets/win/lv_win.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgAccessor.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgAccessor.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgAccessor.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgAnimation.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgAnimation.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgAnimation.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgCanvas.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgCanvas.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgCanvas.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgCapi.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgCapi.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgCapi.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgCompressor.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgCompressor.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgCompressor.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgFill.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgFill.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgFill.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgGlCanvas.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgGlCanvas.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgGlCanvas.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgInitializer.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgInitializer.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgInitializer.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLoader.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLoader.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLoader.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLottieAnimation.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieAnimation.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieAnimation.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLottieBuilder.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieBuilder.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieBuilder.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLottieExpressions.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieExpressions.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieExpressions.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLottieInterpolator.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieInterpolator.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieInterpolator.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLottieLoader.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieLoader.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieLoader.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLottieModel.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieModel.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieModel.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLottieModifier.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieModifier.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieModifier.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLottieParser.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieParser.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieParser.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLottieParserHandler.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieParserHandler.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgLottieParserHandler.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgMath.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgMath.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgMath.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgPaint.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgPaint.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgPaint.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgPicture.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgPicture.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgPicture.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgRawLoader.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgRawLoader.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgRawLoader.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgRender.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgRender.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgRender.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSaver.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSaver.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSaver.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgScene.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgScene.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgScene.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgShape.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgShape.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgShape.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgStr.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgStr.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgStr.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSvgCssStyle.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSvgCssStyle.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSvgCssStyle.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSvgLoader.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSvgLoader.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSvgLoader.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSvgPath.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSvgPath.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSvgPath.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSvgSceneBuilder.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSvgSceneBuilder.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSvgSceneBuilder.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSvgUtil.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSvgUtil.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSvgUtil.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwCanvas.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwCanvas.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwCanvas.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwFill.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwFill.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwFill.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwImage.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwImage.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwImage.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwMath.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwMath.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwMath.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwMemPool.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwMemPool.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwMemPool.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwPostEffect.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwPostEffect.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwPostEffect.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwRaster.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwRaster.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwRaster.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwRenderer.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwRenderer.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwRenderer.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwRle.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwRle.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwRle.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwShape.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwShape.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwShape.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgSwStroke.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwStroke.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgSwStroke.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgTaskScheduler.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgTaskScheduler.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgTaskScheduler.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgText.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgText.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgText.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgWgCanvas.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgWgCanvas.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgWgCanvas.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -o CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgXmlParser.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgXmlParser.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg/tvgXmlParser.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu++17 -Wunused-parameter -o CMakeFiles/lvgl_thorvg.dir/src/others/vg_lite_tvg/vg_lite_tvg.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/vg_lite_tvg/vg_lite_tvg.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/others/vg_lite_tvg/vg_lite_tvg.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/anim/lv_example_anim_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/anim/lv_example_anim_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/anim/lv_example_anim_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/anim/lv_example_anim_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/anim/lv_example_anim_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/anim/lv_example_anim_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/anim/lv_example_anim_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/anim/lv_example_anim_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/anim/lv_example_anim_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/anim/lv_example_anim_timeline_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/anim/lv_example_anim_timeline_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/anim/lv_example_anim_timeline_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/animimg001.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/animimg001.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/animimg001.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/animimg002.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/animimg002.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/animimg002.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/animimg003.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/animimg003.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/animimg003.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/emoji/img_emoji_F617.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/emoji/img_emoji_F617.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/emoji/img_emoji_F617.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/img_caret_down.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_caret_down.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_caret_down.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/img_cogwheel_argb.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_cogwheel_argb.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_cogwheel_argb.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/img_cogwheel_indexed16.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_cogwheel_indexed16.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_cogwheel_indexed16.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/img_cogwheel_rgb.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_cogwheel_rgb.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_cogwheel_rgb.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/img_hand.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_hand.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_hand.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/img_skew_strip.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_skew_strip.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_skew_strip.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/img_star.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_star.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/img_star.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/imgbtn_left.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/imgbtn_left.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/imgbtn_left.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/imgbtn_mid.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/imgbtn_mid.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/imgbtn_mid.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/assets/imgbtn_right.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/imgbtn_right.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/assets/imgbtn_right.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/event/lv_example_event_bubble.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/event/lv_example_event_bubble.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/event/lv_example_event_bubble.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/event/lv_example_event_button.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/event/lv_example_event_button.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/event/lv_example_event_button.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/event/lv_example_event_click.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/event/lv_example_event_click.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/event/lv_example_event_click.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/event/lv_example_event_draw.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/event/lv_example_event_draw.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/event/lv_example_event_draw.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/event/lv_example_event_streak.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/event/lv_example_event_streak.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/event/lv_example_event_streak.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/get_started/lv_example_get_started_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/get_started/lv_example_get_started_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/get_started/lv_example_get_started_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/get_started/lv_example_get_started_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/get_started/lv_example_get_started_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/get_started/lv_example_get_started_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/get_started/lv_example_get_started_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/get_started/lv_example_get_started_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/get_started/lv_example_get_started_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/get_started/lv_example_get_started_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/get_started/lv_example_get_started_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/get_started/lv_example_get_started_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/flex/lv_example_flex_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/flex/lv_example_flex_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/flex/lv_example_flex_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/flex/lv_example_flex_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/flex/lv_example_flex_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/flex/lv_example_flex_6.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_6.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/flex/lv_example_flex_6.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/grid/lv_example_grid_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/grid/lv_example_grid_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/grid/lv_example_grid_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/grid/lv_example_grid_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/grid/lv_example_grid_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/layouts/grid/lv_example_grid_6.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_6.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/layouts/grid/lv_example_grid_6.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/barcode/lv_example_barcode_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/barcode/lv_example_barcode_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/barcode/lv_example_barcode_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/bmp/lv_example_bmp_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/bmp/lv_example_bmp_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/bmp/lv_example_bmp_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/ffmpeg/lv_example_ffmpeg_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/ffmpeg/lv_example_ffmpeg_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/ffmpeg/lv_example_ffmpeg_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/ffmpeg/lv_example_ffmpeg_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/ffmpeg/lv_example_ffmpeg_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/ffmpeg/lv_example_ffmpeg_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/freetype/lv_example_freetype_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/freetype/lv_example_freetype_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/freetype/lv_example_freetype_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/freetype/lv_example_freetype_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/freetype/lv_example_freetype_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/freetype/lv_example_freetype_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/gif/img_bulb_gif.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/gif/img_bulb_gif.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/gif/img_bulb_gif.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/gif/lv_example_gif_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/gif/lv_example_gif_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/gif/lv_example_gif_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/libjpeg_turbo/lv_example_libjpeg_turbo_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/libjpeg_turbo/lv_example_libjpeg_turbo_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/libjpeg_turbo/lv_example_libjpeg_turbo_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/libpng/img_png_demo.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/libpng/img_png_demo.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/libpng/img_png_demo.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/libpng/lv_example_libpng_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/libpng/lv_example_libpng_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/libpng/lv_example_libpng_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/lodepng/img_wink_png.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/lodepng/img_wink_png.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/lodepng/img_wink_png.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/lodepng/lv_example_lodepng_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/lodepng/lv_example_lodepng_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/lodepng/lv_example_lodepng_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/qrcode/lv_example_qrcode_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/qrcode/lv_example_qrcode_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/qrcode/lv_example_qrcode_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/rlottie/lv_example_rlottie_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/rlottie/lv_example_rlottie_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/rlottie/lv_example_rlottie_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/rlottie/lv_example_rlottie_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/rlottie/lv_example_rlottie_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/rlottie/lv_example_rlottie_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/rlottie/lv_example_rlottie_approve.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/rlottie/lv_example_rlottie_approve.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/rlottie/lv_example_rlottie_approve.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/svg/lv_example_svg_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/svg/lv_example_svg_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/svg/lv_example_svg_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/tiny_ttf/lv_example_tiny_ttf_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/tiny_ttf/lv_example_tiny_ttf_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/tiny_ttf/lv_example_tiny_ttf_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/tiny_ttf/lv_example_tiny_ttf_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/tiny_ttf/lv_example_tiny_ttf_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/tiny_ttf/lv_example_tiny_ttf_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/tiny_ttf/lv_example_tiny_ttf_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/tiny_ttf/lv_example_tiny_ttf_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/tiny_ttf/lv_example_tiny_ttf_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/tiny_ttf/ubuntu_font.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/tiny_ttf/ubuntu_font.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/tiny_ttf/ubuntu_font.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/libs/tjpgd/lv_example_tjpgd_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/tjpgd/lv_example_tjpgd_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/libs/tjpgd/lv_example_tjpgd_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/file_explorer/lv_example_file_explorer_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/file_explorer/lv_example_file_explorer_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/file_explorer/lv_example_file_explorer_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/file_explorer/lv_example_file_explorer_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/file_explorer/lv_example_file_explorer_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/file_explorer/lv_example_file_explorer_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/file_explorer/lv_example_file_explorer_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/file_explorer/lv_example_file_explorer_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/file_explorer/lv_example_file_explorer_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/font_manager/lv_example_font_manager_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/font_manager/lv_example_font_manager_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/font_manager/lv_example_font_manager_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/fragment/lv_example_fragment_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/fragment/lv_example_fragment_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/fragment/lv_example_fragment_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/fragment/lv_example_fragment_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/fragment/lv_example_fragment_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/fragment/lv_example_fragment_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/gestures/lv_example_gestures.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gestures/lv_example_gestures.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gestures/lv_example_gestures.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/gridnav/lv_example_gridnav_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gridnav/lv_example_gridnav_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gridnav/lv_example_gridnav_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/gridnav/lv_example_gridnav_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gridnav/lv_example_gridnav_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gridnav/lv_example_gridnav_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/gridnav/lv_example_gridnav_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gridnav/lv_example_gridnav_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gridnav/lv_example_gridnav_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/gridnav/lv_example_gridnav_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gridnav/lv_example_gridnav_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gridnav/lv_example_gridnav_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/gridnav/lv_example_gridnav_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gridnav/lv_example_gridnav_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/gridnav/lv_example_gridnav_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/ime/lv_example_ime_pinyin_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/ime/lv_example_ime_pinyin_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/ime/lv_example_ime_pinyin_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/ime/lv_example_ime_pinyin_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/ime/lv_example_ime_pinyin_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/ime/lv_example_ime_pinyin_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/imgfont/lv_example_imgfont_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/imgfont/lv_example_imgfont_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/imgfont/lv_example_imgfont_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/monkey/lv_example_monkey_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/monkey/lv_example_monkey_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/monkey/lv_example_monkey_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/monkey/lv_example_monkey_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/monkey/lv_example_monkey_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/monkey/lv_example_monkey_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/monkey/lv_example_monkey_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/monkey/lv_example_monkey_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/monkey/lv_example_monkey_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/observer/lv_example_observer_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/observer/lv_example_observer_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/observer/lv_example_observer_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/observer/lv_example_observer_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/observer/lv_example_observer_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/observer/lv_example_observer_6.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_6.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/observer/lv_example_observer_6.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/snapshot/lv_example_snapshot_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/snapshot/lv_example_snapshot_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/snapshot/lv_example_snapshot_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/others/xml/lv_example_xml_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/xml/lv_example_xml_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/others/xml/lv_example_xml_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/porting/lv_port_disp_template.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/porting/lv_port_disp_template.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/porting/lv_port_disp_template.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/porting/lv_port_fs_template.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/porting/lv_port_fs_template.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/porting/lv_port_fs_template.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/porting/lv_port_indev_template.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/porting/lv_port_indev_template.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/porting/lv_port_indev_template.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/porting/lv_port_lcd_stm32_template.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/porting/lv_port_lcd_stm32_template.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/porting/lv_port_lcd_stm32_template.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/porting/osal/lv_example_osal.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/porting/osal/lv_example_osal.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/porting/osal/lv_example_osal.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/scroll/lv_example_scroll_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/scroll/lv_example_scroll_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/scroll/lv_example_scroll_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/scroll/lv_example_scroll_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/scroll/lv_example_scroll_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/scroll/lv_example_scroll_6.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_6.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_6.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/scroll/lv_example_scroll_7.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_7.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/scroll/lv_example_scroll_7.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_10.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_10.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_10.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_11.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_11.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_11.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_12.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_12.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_12.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_13.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_13.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_13.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_14.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_14.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_14.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_15.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_15.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_15.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_16.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_16.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_16.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_17.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_17.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_17.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_18.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_18.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_18.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_6.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_6.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_6.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_7.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_7.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_7.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_8.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_8.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_8.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/styles/lv_example_style_9.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_9.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/styles/lv_example_style_9.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/animimg/lv_example_animimg_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/animimg/lv_example_animimg_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/animimg/lv_example_animimg_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/arc/lv_example_arc_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/arc/lv_example_arc_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/arc/lv_example_arc_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/arc/lv_example_arc_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/arc/lv_example_arc_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/arc/lv_example_arc_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/bar/lv_example_bar_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/bar/lv_example_bar_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/bar/lv_example_bar_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/bar/lv_example_bar_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/bar/lv_example_bar_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/bar/lv_example_bar_6.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_6.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_6.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/bar/lv_example_bar_7.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_7.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/bar/lv_example_bar_7.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/button/lv_example_button_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/button/lv_example_button_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/button/lv_example_button_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/button/lv_example_button_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/button/lv_example_button_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/button/lv_example_button_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/button/lv_example_button_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/button/lv_example_button_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/button/lv_example_button_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/buttonmatrix/lv_example_buttonmatrix_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/buttonmatrix/lv_example_buttonmatrix_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/buttonmatrix/lv_example_buttonmatrix_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/buttonmatrix/lv_example_buttonmatrix_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/buttonmatrix/lv_example_buttonmatrix_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/buttonmatrix/lv_example_buttonmatrix_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/buttonmatrix/lv_example_buttonmatrix_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/buttonmatrix/lv_example_buttonmatrix_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/buttonmatrix/lv_example_buttonmatrix_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/calendar/lv_example_calendar_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/calendar/lv_example_calendar_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/calendar/lv_example_calendar_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/calendar/lv_example_calendar_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/calendar/lv_example_calendar_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/calendar/lv_example_calendar_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/canvas/lv_example_canvas_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/canvas/lv_example_canvas_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/canvas/lv_example_canvas_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/canvas/lv_example_canvas_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/canvas/lv_example_canvas_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/canvas/lv_example_canvas_6.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_6.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_6.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/canvas/lv_example_canvas_7.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_7.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_7.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/canvas/lv_example_canvas_8.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_8.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/canvas/lv_example_canvas_8.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/chart/lv_example_chart_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/chart/lv_example_chart_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/chart/lv_example_chart_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/chart/lv_example_chart_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/chart/lv_example_chart_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/chart/lv_example_chart_6.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_6.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_6.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/chart/lv_example_chart_7.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_7.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_7.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/chart/lv_example_chart_8.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_8.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/chart/lv_example_chart_8.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/checkbox/lv_example_checkbox_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/checkbox/lv_example_checkbox_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/checkbox/lv_example_checkbox_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/checkbox/lv_example_checkbox_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/checkbox/lv_example_checkbox_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/checkbox/lv_example_checkbox_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/dropdown/lv_example_dropdown_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/dropdown/lv_example_dropdown_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/dropdown/lv_example_dropdown_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/dropdown/lv_example_dropdown_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/dropdown/lv_example_dropdown_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/dropdown/lv_example_dropdown_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/dropdown/lv_example_dropdown_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/dropdown/lv_example_dropdown_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/dropdown/lv_example_dropdown_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/image/lv_example_image_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/image/lv_example_image_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/image/lv_example_image_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/image/lv_example_image_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/image/lv_example_image_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/image/lv_example_image_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/image/lv_example_image_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/image/lv_example_image_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/image/lv_example_image_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/image/lv_example_image_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/image/lv_example_image_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/image/lv_example_image_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/imagebutton/lv_example_imagebutton_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/imagebutton/lv_example_imagebutton_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/imagebutton/lv_example_imagebutton_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/keyboard/lv_example_keyboard_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/keyboard/lv_example_keyboard_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/keyboard/lv_example_keyboard_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/keyboard/lv_example_keyboard_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/keyboard/lv_example_keyboard_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/keyboard/lv_example_keyboard_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/label/lv_example_label_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/label/lv_example_label_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/label/lv_example_label_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/label/lv_example_label_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/label/lv_example_label_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/label/lv_example_label_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/label/lv_example_label_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/label/lv_example_label_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/label/lv_example_label_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/label/lv_example_label_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/label/lv_example_label_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/label/lv_example_label_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/label/lv_example_label_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/label/lv_example_label_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/label/lv_example_label_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/led/lv_example_led_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/led/lv_example_led_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/led/lv_example_led_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/line/lv_example_line_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/line/lv_example_line_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/line/lv_example_line_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/list/lv_example_list_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/list/lv_example_list_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/list/lv_example_list_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/list/lv_example_list_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/list/lv_example_list_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/list/lv_example_list_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/lottie/lv_example_lottie_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/lottie/lv_example_lottie_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/lottie/lv_example_lottie_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/lottie/lv_example_lottie_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/lottie/lv_example_lottie_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/lottie/lv_example_lottie_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/lottie/lv_example_lottie_approve.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/lottie/lv_example_lottie_approve.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/lottie/lv_example_lottie_approve.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/menu/lv_example_menu_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/menu/lv_example_menu_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/menu/lv_example_menu_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/menu/lv_example_menu_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/menu/lv_example_menu_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/menu/lv_example_menu_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/menu/lv_example_menu_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/menu/lv_example_menu_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/menu/lv_example_menu_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/menu/lv_example_menu_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/menu/lv_example_menu_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/menu/lv_example_menu_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/menu/lv_example_menu_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/menu/lv_example_menu_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/menu/lv_example_menu_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/msgbox/lv_example_msgbox_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/msgbox/lv_example_msgbox_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/msgbox/lv_example_msgbox_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/msgbox/lv_example_msgbox_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/msgbox/lv_example_msgbox_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/msgbox/lv_example_msgbox_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/obj/lv_example_obj_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/obj/lv_example_obj_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/obj/lv_example_obj_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/obj/lv_example_obj_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/obj/lv_example_obj_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/obj/lv_example_obj_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/obj/lv_example_obj_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/obj/lv_example_obj_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/obj/lv_example_obj_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/roller/lv_example_roller_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/roller/lv_example_roller_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/roller/lv_example_roller_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/roller/lv_example_roller_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/roller/lv_example_roller_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/roller/lv_example_roller_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/roller/lv_example_roller_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/roller/lv_example_roller_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/roller/lv_example_roller_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/scale/lv_example_scale_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/scale/lv_example_scale_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/scale/lv_example_scale_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/scale/lv_example_scale_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/scale/lv_example_scale_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/scale/lv_example_scale_6.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_6.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_6.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/scale/lv_example_scale_7.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_7.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_7.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/scale/lv_example_scale_8.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_8.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_8.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/scale/lv_example_scale_9.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_9.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/scale/lv_example_scale_9.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/slider/lv_example_slider_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/slider/lv_example_slider_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/slider/lv_example_slider_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/slider/lv_example_slider_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/slider/lv_example_slider_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/slider/lv_example_slider_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/slider/lv_example_slider_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/slider/lv_example_slider_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/slider/lv_example_slider_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/slider/lv_example_slider_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/slider/lv_example_slider_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/slider/lv_example_slider_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/span/lv_example_span_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/span/lv_example_span_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/span/lv_example_span_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/spinbox/lv_example_spinbox_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/spinbox/lv_example_spinbox_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/spinbox/lv_example_spinbox_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/spinner/lv_example_spinner_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/spinner/lv_example_spinner_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/spinner/lv_example_spinner_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/switch/lv_example_switch_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/switch/lv_example_switch_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/switch/lv_example_switch_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/switch/lv_example_switch_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/switch/lv_example_switch_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/switch/lv_example_switch_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/table/lv_example_table_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/table/lv_example_table_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/table/lv_example_table_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/table/lv_example_table_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/table/lv_example_table_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/table/lv_example_table_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/tabview/lv_example_tabview_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/tabview/lv_example_tabview_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/tabview/lv_example_tabview_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/tabview/lv_example_tabview_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/tabview/lv_example_tabview_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/tabview/lv_example_tabview_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/textarea/lv_example_textarea_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/textarea/lv_example_textarea_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/textarea/lv_example_textarea_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/textarea/lv_example_textarea_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/textarea/lv_example_textarea_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/textarea/lv_example_textarea_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/textarea/lv_example_textarea_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/textarea/lv_example_textarea_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/textarea/lv_example_textarea_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/tileview/lv_example_tileview_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/tileview/lv_example_tileview_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/tileview/lv_example_tileview_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_examples.dir/examples/widgets/win/lv_example_win_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/win/lv_example_win_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples/widgets/win/lv_example_win_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/benchmark/assets/img_benchmark_avatar.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/img_benchmark_avatar.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/img_benchmark_avatar.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/benchmark/assets/img_benchmark_lvgl_logo_argb.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/img_benchmark_lvgl_logo_argb.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/img_benchmark_lvgl_logo_argb.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/benchmark/assets/img_benchmark_lvgl_logo_rgb.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/img_benchmark_lvgl_logo_rgb.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/img_benchmark_lvgl_logo_rgb.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/benchmark/assets/lv_font_benchmark_montserrat_12_compr_az.c.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/lv_font_benchmark_montserrat_12_compr_az.c.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/lv_font_benchmark_montserrat_12_compr_az.c.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/benchmark/assets/lv_font_benchmark_montserrat_16_compr_az.c.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/lv_font_benchmark_montserrat_16_compr_az.c.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/lv_font_benchmark_montserrat_16_compr_az.c.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/benchmark/assets/lv_font_benchmark_montserrat_28_compr_az.c.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/lv_font_benchmark_montserrat_28_compr_az.c.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/assets/lv_font_benchmark_montserrat_28_compr_az.c.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/benchmark/lv_demo_benchmark.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/lv_demo_benchmark.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/benchmark/lv_demo_benchmark.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/font_ebike_130.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_130.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_130.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/font_ebike_56.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_56.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_56.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/font_ebike_inter_14.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_inter_14.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_inter_14.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/font_ebike_inter_20.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_inter_20.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_inter_20.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/font_ebike_trump_24.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_trump_24.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_trump_24.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/font_ebike_trump_40.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_trump_40.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_trump_40.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/font_ebike_trump_48.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_trump_48.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_trump_48.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/font_ebike_trump_72.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_trump_72.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/font_ebike_trump_72.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_arrow_left.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_arrow_left.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_arrow_left.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_arrow_left_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_arrow_left_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_arrow_left_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_arrow_right.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_arrow_right.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_arrow_right.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_arrow_right_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_arrow_right_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_arrow_right_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_bg.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_bg.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_bg.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_bg_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_bg_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_bg_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_clock.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_clock.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_clock.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_dropdown_icon.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_dropdown_icon.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_dropdown_icon.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_home.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_home.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_home.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_lamp.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_lamp.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_lamp.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_scale.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_scale.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_scale.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_scale_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_scale_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_scale_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_settings.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_settings.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_settings.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_settings_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_settings_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_settings_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_stats.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_stats.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_stats.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_stats_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_stats_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_stats_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/img_ebike_whether.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_whether.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/img_ebike_whether.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/lottie_ebike_settings.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/lottie_ebike_settings.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/lottie_ebike_settings.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/generated/lottie_ebike_stats.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/lottie_ebike_stats.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/generated/lottie_ebike_stats.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/lv_demo_ebike.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/lv_demo_ebike.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/lv_demo_ebike.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/lv_demo_ebike_home.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/lv_demo_ebike_home.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/lv_demo_ebike_home.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/lv_demo_ebike_settings.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/lv_demo_ebike_settings.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/lv_demo_ebike_settings.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/lv_demo_ebike_stats.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/lv_demo_ebike_stats.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/lv_demo_ebike_stats.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/ebike/translations/lv_i18n.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/translations/lv_i18n.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/ebike/translations/lv_i18n.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/flex_layout/lv_demo_flex_layout_ctrl_pad.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_ctrl_pad.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_ctrl_pad.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/flex_layout/lv_demo_flex_layout_flex_loader.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_flex_loader.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_flex_loader.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/flex_layout/lv_demo_flex_layout_main.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_main.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_main.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/flex_layout/lv_demo_flex_layout_view.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_view.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_view.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/flex_layout/lv_demo_flex_layout_view_child_node.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_view_child_node.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_view_child_node.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/flex_layout/lv_demo_flex_layout_view_ctrl_pad.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_view_ctrl_pad.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/flex_layout/lv_demo_flex_layout_view_ctrl_pad.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/keypad_encoder/lv_demo_keypad_encoder.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/keypad_encoder/lv_demo_keypad_encoder.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/keypad_encoder/lv_demo_keypad_encoder.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/lv_demos.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/lv_demos.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/lv_demos.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_10.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_10.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_10.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_11.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_11.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_11.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_12.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_12.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_12.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_13.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_13.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_13.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_14.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_14.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_14.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_15.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_15.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_15.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_16.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_16.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_16.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_17.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_17.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_17.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_18.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_18.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_18.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_19.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_19.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_19.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_22.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_22.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_22.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_25.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_25.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_25.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_5.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_5.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_5.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_6.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_6.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_6.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_7.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_7.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_7.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_8.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_8.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_8.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/avatars/img_multilang_avatar_9.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_9.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/avatars/img_multilang_avatar_9.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_artist_palette.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_artist_palette.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_artist_palette.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_books.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_books.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_books.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_camera_with_flash.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_camera_with_flash.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_camera_with_flash.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_cat_face.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_cat_face.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_cat_face.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_deciduous_tree.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_deciduous_tree.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_deciduous_tree.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_dog_face.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_dog_face.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_dog_face.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_earth_globe_europe_africa.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_earth_globe_europe_africa.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_earth_globe_europe_africa.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_flexed_biceps.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_flexed_biceps.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_flexed_biceps.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_movie_camera.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_movie_camera.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_movie_camera.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_red_heart.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_red_heart.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_red_heart.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_rocket.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_rocket.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_rocket.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/emojis/img_emoji_soccer_ball.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_soccer_ball.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/emojis/img_emoji_soccer_ball.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/fonts/font_multilang_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/fonts/font_multilang_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/fonts/font_multilang_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/fonts/font_multilang_small.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/fonts/font_multilang_small.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/fonts/font_multilang_small.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/assets/img_multilang_like.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/img_multilang_like.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/assets/img_multilang_like.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/multilang/lv_demo_multilang.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/lv_demo_multilang.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/multilang/lv_demo_multilang.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_corner_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_corner_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_corner_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_list_pause.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_list_pause.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_list_pause.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_list_pause_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_list_pause_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_list_pause_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_list_play.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_list_play.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_list_play.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_list_play_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_list_play_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_list_play_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_loop.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_loop.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_loop.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_loop_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_loop_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_loop_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_next.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_next.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_next.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_next_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_next_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_next_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_pause.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_pause.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_pause.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_pause_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_pause_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_pause_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_play.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_play.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_play.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_play_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_play_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_play_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_prev.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_prev.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_prev.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_prev_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_prev_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_prev_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_rnd.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_rnd.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_rnd.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_btn_rnd_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_rnd_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_btn_rnd_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_corner_left.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_corner_left.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_corner_left.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_corner_left_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_corner_left_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_corner_left_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_corner_right.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_corner_right.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_corner_right.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_corner_right_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_corner_right_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_corner_right_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_cover_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_cover_1_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_1_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_1_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_cover_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_cover_2_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_2_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_2_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_cover_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_cover_3_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_3_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_cover_3_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_icon_1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_icon_1_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_1_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_1_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_icon_2.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_2.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_2.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_icon_2_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_2_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_2_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_icon_3.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_3.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_3.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_icon_3_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_3_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_3_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_icon_4.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_4.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_4.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_icon_4_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_4_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_icon_4_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_list_border.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_list_border.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_list_border.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_list_border_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_list_border_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_list_border_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_logo.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_logo.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_logo.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_slider_knob.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_slider_knob.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_slider_knob.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_slider_knob_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_slider_knob_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_slider_knob_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_wave_bottom.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_wave_bottom.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_wave_bottom.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_wave_bottom_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_wave_bottom_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_wave_bottom_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_wave_top.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_wave_top.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_wave_top.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/assets/img_lv_demo_music_wave_top_large.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_wave_top_large.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/assets/img_lv_demo_music_wave_top_large.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/lv_demo_music.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/lv_demo_music.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/lv_demo_music.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/lv_demo_music_list.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/lv_demo_music_list.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/lv_demo_music_list.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/music/lv_demo_music_main.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/lv_demo_music_main.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/music/lv_demo_music_main.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/render/assets/img_render_arc_bg.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_arc_bg.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_arc_bg.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/render/assets/img_render_lvgl_logo_argb8888.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_argb8888.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_argb8888.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/render/assets/img_render_lvgl_logo_i1.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_i1.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_i1.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/render/assets/img_render_lvgl_logo_l8.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_l8.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_l8.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/render/assets/img_render_lvgl_logo_rgb565.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_rgb565.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_rgb565.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/render/assets/img_render_lvgl_logo_rgb565a8.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_rgb565a8.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_rgb565a8.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/render/assets/img_render_lvgl_logo_rgb888.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_rgb888.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_rgb888.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/render/assets/img_render_lvgl_logo_xrgb8888.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_xrgb8888.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/assets/img_render_lvgl_logo_xrgb8888.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/render/lv_demo_render.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/lv_demo_render.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/render/lv_demo_render.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/scroll/lv_demo_scroll.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/scroll/lv_demo_scroll.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/scroll/lv_demo_scroll.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/stress/lv_demo_stress.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/stress/lv_demo_stress.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/stress/lv_demo_stress.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/transform/assets/img_transform_avatar_15.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/transform/assets/img_transform_avatar_15.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/transform/assets/img_transform_avatar_15.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/transform/lv_demo_transform.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/transform/lv_demo_transform.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/transform/lv_demo_transform.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/vector_graphic/assets/img_demo_vector_avatar.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/vector_graphic/assets/img_demo_vector_avatar.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/vector_graphic/assets/img_demo_vector_avatar.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/vector_graphic/lv_demo_vector_graphic.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/vector_graphic/lv_demo_vector_graphic.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/vector_graphic/lv_demo_vector_graphic.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/widgets/assets/img_clothes.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/widgets/assets/img_clothes.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/widgets/assets/img_clothes.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/widgets/assets/img_demo_widgets_avatar.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/widgets/assets/img_demo_widgets_avatar.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/widgets/assets/img_demo_widgets_avatar.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/widgets/assets/img_demo_widgets_needle.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/widgets/assets/img_demo_widgets_needle.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/widgets/assets/img_demo_widgets_needle.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/widgets/assets/img_lvgl_logo.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/widgets/assets/img_lvgl_logo.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/widgets/assets/img_lvgl_logo.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl",
- "command": "/usr/bin/cc -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -g -std=gnu99 -o CMakeFiles/lvgl_demos.dir/demos/widgets/lv_demo_widgets.c.o -c /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/widgets/lv_demo_widgets.c",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos/widgets/lv_demo_widgets.c"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/gui",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -g -o CMakeFiles/gui.dir/gui.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/gui/gui.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/gui/gui.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/gui",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -g -o CMakeFiles/gui.dir/screen.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/gui/screen.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/gui/screen.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/gui",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -g -o CMakeFiles/gui.dir/screenWelcome.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/gui/screenWelcome.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/gui/screenWelcome.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/gui",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -g -o CMakeFiles/gui.dir/screenIdentification.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/gui/screenIdentification.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/gui/screenIdentification.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/gui",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -g -o CMakeFiles/gui.dir/screenConnection.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/gui/screenConnection.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/gui/screenConnection.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/gui",
- "command": "/usr/bin/c++ -DLV_CONF_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE -I/home/cash2ecash/Documents/cash2ecash/src/include -I/home/cash2ecash/Documents/cash2ecash/src/extern -I/usr/include/libdrm -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/examples -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/demos -isystem /home/cash2ecash/Documents/cash2ecash/src/extern/lvgl/src/libs/thorvg -g -o CMakeFiles/gui.dir/screenAcceptCash.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/gui/screenAcceptCash.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/gui/screenAcceptCash.cpp"
-},
-{
- "directory": "/home/cash2ecash/Documents/cash2ecash/src/utils",
- "command": "/usr/bin/c++ -I/home/cash2ecash/Documents/cash2ecash/src/include -g -o CMakeFiles/utils.dir/timer.cpp.o -c /home/cash2ecash/Documents/cash2ecash/src/utils/timer.cpp",
- "file": "/home/cash2ecash/Documents/cash2ecash/src/utils/timer.cpp"
-}
-]
-\ No newline at end of file
diff --git a/src/extern/CMakeLists.txt b/src/extern/CMakeLists.txt
@@ -1,48 +0,0 @@
-project(lvgl)
-foreach(BACKEND_NAME "SDL" "LINUX_DRM" "LINUX_FBDEV" "X11" "WAYLAND")
- execute_process(COMMAND "${PROJECT_SOURCE_DIR}/scripts/backend_conf.sh" ${BACKEND_NAME} OUTPUT_VARIABLE IS_BACKEND_ENABLED)
- set("LV_USE_${BACKEND_NAME}" ${IS_BACKEND_ENABLED})
-endforeach()
-
-# Uncomment if the program needs debugging
-#set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O0 -ggdb")
-
-set(CMAKE_C_STANDARD 99) # LVGL officially supports C99 and above
-set(CMAKE_CXX_STANDARD 17) #C17
-set(CMAKE_CXX_STANDARD_REQUIRED ON)
-add_subdirectory(lvgl)
-target_include_directories(lvgl PUBLIC ${PROJECT_SOURCE_DIR})
-
-if (LV_USE_LINUX_DRM)
-
- find_package(PkgConfig REQUIRED)
- pkg_check_modules(LIBDRM REQUIRED libdrm)
-
- target_include_directories(lvgl PUBLIC ${LIBDRM_INCLUDE_DIRS})
-
-elseif (LV_USE_SDL)
-
- find_package(PkgConfig REQUIRED)
- pkg_check_modules(SDL2 REQUIRED sdl2)
- pkg_check_modules(SDL2_image REQUIRED SDL2_image)
-
- target_include_directories(lvgl PRIVATE ${SDL2_INCLUDE_DIRS})
- target_include_directories(lvgl PRIVATE ${SDL2_IMAGE_INCLUDE_DIRS})
-
-elseif (LV_USE_WAYLAND)
-
- find_package(PkgConfig REQUIRED)
- pkg_check_modules(wayland-client REQUIRED wayland-client)
- pkg_check_modules(wayland-cursor REQUIRED wayland-cursor)
- pkg_check_modules(xkbcommon REQUIRED xkbcommon)
-
- # Wayland protocols
- pkg_check_modules(WAYLAND_PROTOCOLS REQUIRED wayland-protocols>=1.25)
- pkg_get_variable(WAYLAND_PROTOCOLS_BASE wayland-protocols pkgdatadir)
-
- execute_process(COMMAND "scripts/gen_wl_protocols.sh" OUTPUT_VARIABLE WAYLAND_PROTOCOLS_SRC)
-
- target_include_directories(lvgl PRIVATE ${PROJECT_SOURCE_DIR}
- "${PROJECT_SOURCE_DIR}/wl_protocols")
-endif()
-
diff --git a/src/extern/Makefile b/src/extern/Makefile
@@ -1,189 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.25
-
-# Default target executed when no arguments are given to make.
-default_target: all
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Disable VCS-based implicit rules.
-% : %,v
-
-# Disable VCS-based implicit rules.
-% : RCS/%
-
-# Disable VCS-based implicit rules.
-% : RCS/%,v
-
-# Disable VCS-based implicit rules.
-% : SCCS/s.%
-
-# Disable VCS-based implicit rules.
-% : s.%
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Command-line flag to silence nested $(MAKE).
-$(VERBOSE)MAKESILENT = -s
-
-#Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E rm -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
- /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-.PHONY : edit_cache/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-.PHONY : rebuild_cache/fast
-
-# Special rule for the target list_install_components
-list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-.PHONY : list_install_components/fast
-
-# Special rule for the target install
-install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# Special rule for the target install/local
-install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles /home/cash2ecash/Documents/cash2ecash/src/extern//CMakeFiles/progress.marks
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extern/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extern/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extern/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extern/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... install"
- @echo "... install/local"
- @echo "... install/strip"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/src/extern/lv_conf.h b/src/extern/lv_conf.h
@@ -1,1112 +0,0 @@
-/**
- * @file lv_conf.h
- * Configuration file for v9.2.0
- */
-
-/*
- * Copy this file as `lv_conf.h`
- * 1. simply next to the `lvgl` folder
- * 2. or any other places and
- * - define `LV_CONF_INCLUDE_SIMPLE`
- * - add the path as include path
- */
-
-/* clang-format off */
-#if 1 /*Content enable*/
-#ifndef LV_CONF_H
-#define LV_CONF_H
-
-/*If you need to include anything here, do it inside the `__ASSEMBLY__` guard */
-#if 0 && defined(__ASSEMBLY__)
-#include "my_include.h"
-#endif
-
-/*====================
- COLOR SETTINGS
- *====================*/
-
-/*Color depth: 1 (I1), 8 (L8), 16 (RGB565), 24 (RGB888), 32 (XRGB8888)*/
-#define LV_COLOR_DEPTH 32
-
-/*=========================
- STDLIB WRAPPER SETTINGS
- *=========================*/
-
-/* Possible values
- * - LV_STDLIB_BUILTIN: LVGL's built in implementation
- * - LV_STDLIB_CLIB: Standard C functions, like malloc, strlen, etc
- * - LV_STDLIB_MICROPYTHON: MicroPython implementation
- * - LV_STDLIB_RTTHREAD: RT-Thread implementation
- * - LV_STDLIB_CUSTOM: Implement the functions externally
- */
-#define LV_USE_STDLIB_MALLOC LV_STDLIB_BUILTIN
-#define LV_USE_STDLIB_STRING LV_STDLIB_BUILTIN
-#define LV_USE_STDLIB_SPRINTF LV_STDLIB_BUILTIN
-
-#define LV_STDINT_INCLUDE <stdint.h>
-#define LV_STDDEF_INCLUDE <stddef.h>
-#define LV_STDBOOL_INCLUDE <stdbool.h>
-#define LV_INTTYPES_INCLUDE <inttypes.h>
-#define LV_LIMITS_INCLUDE <limits.h>
-#define LV_STDARG_INCLUDE <stdarg.h>
-
-#if LV_USE_STDLIB_MALLOC == LV_STDLIB_BUILTIN
- /*Size of the memory available for `lv_malloc()` in bytes (>= 2kB)*/
- #define LV_MEM_SIZE (1024 * 1024)
-
- /*Size of the memory expand for `lv_malloc()` in bytes*/
- #define LV_MEM_POOL_EXPAND_SIZE 0
-
- /*Set an address for the memory pool instead of allocating it as a normal array. Can be in external SRAM too.*/
- #define LV_MEM_ADR 0 /*0: unused*/
- /*Instead of an address give a memory allocator that will be called to get a memory pool for LVGL. E.g. my_malloc*/
- #if LV_MEM_ADR == 0
- #undef LV_MEM_POOL_INCLUDE
- #undef LV_MEM_POOL_ALLOC
- #endif
-#endif /*LV_USE_STDLIB_MALLOC == LV_STDLIB_BUILTIN*/
-
-/*====================
- HAL SETTINGS
- *====================*/
-
-/*Default display refresh, input device read and animation step period.*/
-#define LV_DEF_REFR_PERIOD 33 /*[ms]*/
-
-/*Default Dot Per Inch. Used to initialize default sizes such as widgets sized, style paddings.
- *(Not so important, you can adjust it to modify default sizes and spaces)*/
-#define LV_DPI_DEF 130 /*[px/inch]*/
-
-/*=================
- * OPERATING SYSTEM
- *=================*/
-/*Select an operating system to use. Possible options:
- * - LV_OS_NONE
- * - LV_OS_PTHREAD
- * - LV_OS_FREERTOS
- * - LV_OS_CMSIS_RTOS2
- * - LV_OS_RTTHREAD
- * - LV_OS_WINDOWS
- * - LV_OS_MQX
- * - LV_OS_CUSTOM */
-#define LV_USE_OS LV_OS_NONE
-
-#if LV_USE_OS == LV_OS_CUSTOM
- #define LV_OS_CUSTOM_INCLUDE <stdint.h>
-#endif
-
-/*========================
- * RENDERING CONFIGURATION
- *========================*/
-
-/*Align the stride of all layers and images to this bytes*/
-#define LV_DRAW_BUF_STRIDE_ALIGN 1
-
-/*Align the start address of draw_buf addresses to this bytes*/
-#define LV_DRAW_BUF_ALIGN 4
-
-/*Using matrix for transformations.
- *Requirements:
- `LV_USE_MATRIX = 1`.
- The rendering engine needs to support 3x3 matrix transformations.*/
-#define LV_DRAW_TRANSFORM_USE_MATRIX 0
-
-/* If a widget has `style_opa < 255` (not `bg_opa`, `text_opa` etc) or not NORMAL blend mode
- * it is buffered into a "simple" layer before rendering. The widget can be buffered in smaller chunks.
- * "Transformed layers" (if `transform_angle/zoom` are set) use larger buffers
- * and can't be drawn in chunks. */
-
-/*The target buffer size for simple layer chunks.*/
-#define LV_DRAW_LAYER_SIMPLE_BUF_SIZE (24 * 1024) /*[bytes]*/
-
-/* The stack size of the drawing thread.
- * NOTE: If FreeType or ThorVG is enabled, it is recommended to set it to 32KB or more.
- */
-#define LV_DRAW_THREAD_STACK_SIZE (8 * 1024) /*[bytes]*/
-
-#define LV_USE_DRAW_SW 1
-#if LV_USE_DRAW_SW == 1
-
- /*
- * Selectively disable color format support in order to reduce code size.
- * NOTE: some features use certain color formats internally, e.g.
- * - gradients use RGB888
- * - bitmaps with transparency may use ARGB8888
- */
-
- #define LV_DRAW_SW_SUPPORT_RGB565 1
- #define LV_DRAW_SW_SUPPORT_RGB565A8 1
- #define LV_DRAW_SW_SUPPORT_RGB888 1
- #define LV_DRAW_SW_SUPPORT_XRGB8888 1
- #define LV_DRAW_SW_SUPPORT_ARGB8888 1
- #define LV_DRAW_SW_SUPPORT_L8 1
- #define LV_DRAW_SW_SUPPORT_AL88 1
- #define LV_DRAW_SW_SUPPORT_A8 1
- #define LV_DRAW_SW_SUPPORT_I1 1
-
- /* Set the number of draw unit.
- * > 1 requires an operating system enabled in `LV_USE_OS`
- * > 1 means multiple threads will render the screen in parallel */
- #define LV_DRAW_SW_DRAW_UNIT_CNT 1
-
- /* Use Arm-2D to accelerate the sw render */
- #define LV_USE_DRAW_ARM2D_SYNC 0
-
- /* Enable native helium assembly to be compiled */
- #define LV_USE_NATIVE_HELIUM_ASM 0
-
- /* 0: use a simple renderer capable of drawing only simple rectangles with gradient, images, texts, and straight lines only
- * 1: use a complex renderer capable of drawing rounded corners, shadow, skew lines, and arcs too */
- #define LV_DRAW_SW_COMPLEX 1
-
- #if LV_DRAW_SW_COMPLEX == 1
- /*Allow buffering some shadow calculation.
- *LV_DRAW_SW_SHADOW_CACHE_SIZE is the max. shadow size to buffer, where shadow size is `shadow_width + radius`
- *Caching has LV_DRAW_SW_SHADOW_CACHE_SIZE^2 RAM cost*/
- #define LV_DRAW_SW_SHADOW_CACHE_SIZE 0
-
- /* Set number of maximally cached circle data.
- * The circumference of 1/4 circle are saved for anti-aliasing
- * radius * 4 bytes are used per circle (the most often used radiuses are saved)
- * 0: to disable caching */
- #define LV_DRAW_SW_CIRCLE_CACHE_SIZE 4
- #endif
-
- #define LV_USE_DRAW_SW_ASM LV_DRAW_SW_ASM_NONE
-
- #if LV_USE_DRAW_SW_ASM == LV_DRAW_SW_ASM_CUSTOM
- #define LV_DRAW_SW_ASM_CUSTOM_INCLUDE ""
- #endif
-
- /* Enable drawing complex gradients in software: linear at an angle, radial or conical */
- #define LV_USE_DRAW_SW_COMPLEX_GRADIENTS 1
-#endif
-
-/* Use NXP's VG-Lite GPU on iMX RTxxx platforms. */
-#define LV_USE_DRAW_VGLITE 0
-
-#if LV_USE_DRAW_VGLITE
- /* Enable blit quality degradation workaround recommended for screen's dimension > 352 pixels. */
- #define LV_USE_VGLITE_BLIT_SPLIT 0
-
- #if LV_USE_OS
- /* Use additional draw thread for VG-Lite processing.*/
- #define LV_USE_VGLITE_DRAW_THREAD 1
-
- #if LV_USE_VGLITE_DRAW_THREAD
- /* Enable VGLite draw async. Queue multiple tasks and flash them once to the GPU. */
- #define LV_USE_VGLITE_DRAW_ASYNC 1
- #endif
- #endif
-
- /* Enable VGLite asserts. */
- #define LV_USE_VGLITE_ASSERT 0
-#endif
-
-/* Use NXP's PXP on iMX RTxxx platforms. */
-#define LV_USE_DRAW_PXP 0
-
-#if LV_USE_DRAW_PXP
- #if LV_USE_OS
- /* Use additional draw thread for PXP processing.*/
- #define LV_USE_PXP_DRAW_THREAD 1
- #endif
-
- /* Enable PXP asserts. */
- #define LV_USE_PXP_ASSERT 0
-#endif
-
-/* Use Renesas Dave2D on RA platforms. */
-#define LV_USE_DRAW_DAVE2D 0
-
-/* Draw using cached SDL textures*/
-#define LV_USE_DRAW_SDL 0
-
-/* Use VG-Lite GPU. */
-#define LV_USE_DRAW_VG_LITE 0
-
-#if LV_USE_DRAW_VG_LITE
- /* Enable VG-Lite custom external 'gpu_init()' function */
- #define LV_VG_LITE_USE_GPU_INIT 0
-
- /* Enable VG-Lite assert. */
- #define LV_VG_LITE_USE_ASSERT 0
-
- /* VG-Lite flush commit trigger threshold. GPU will try to batch these many draw tasks. */
- #define LV_VG_LITE_FLUSH_MAX_COUNT 8
-
- /* Enable border to simulate shadow
- * NOTE: which usually improves performance,
- * but does not guarantee the same rendering quality as the software. */
- #define LV_VG_LITE_USE_BOX_SHADOW 0
-
- /* VG-Lite gradient maximum cache number.
- * NOTE: The memory usage of a single gradient image is 4K bytes.
- */
- #define LV_VG_LITE_GRAD_CACHE_CNT 32
-
- /* VG-Lite stroke maximum cache number.
- */
- #define LV_VG_LITE_STROKE_CACHE_CNT 32
-
-#endif
-
-/*=======================
- * FEATURE CONFIGURATION
- *=======================*/
-
-/*-------------
- * Logging
- *-----------*/
-
-/*Enable the log module*/
-#define LV_USE_LOG 1
-#if LV_USE_LOG
-
- /*How important log should be added:
- *LV_LOG_LEVEL_TRACE A lot of logs to give detailed information
- *LV_LOG_LEVEL_INFO Log important events
- *LV_LOG_LEVEL_WARN Log if something unwanted happened but didn't cause a problem
- *LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
- *LV_LOG_LEVEL_USER Only logs added by the user
- *LV_LOG_LEVEL_NONE Do not log anything*/
- #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
-
- /*1: Print the log with 'printf';
- *0: User need to register a callback with `lv_log_register_print_cb()`*/
- #define LV_LOG_PRINTF 1
-
- /*Set callback to print the logs.
- *E.g `my_print`. The prototype should be `void my_print(lv_log_level_t level, const char * buf)`
- *Can be overwritten by `lv_log_register_print_cb`*/
- //#define LV_LOG_PRINT_CB
-
- /*1: Enable print timestamp;
- *0: Disable print timestamp*/
- #define LV_LOG_USE_TIMESTAMP 1
-
- /*1: Print file and line number of the log;
- *0: Do not print file and line number of the log*/
- #define LV_LOG_USE_FILE_LINE 1
-
-
- /*Enable/disable LV_LOG_TRACE in modules that produces a huge number of logs*/
- #define LV_LOG_TRACE_MEM 1
- #define LV_LOG_TRACE_TIMER 1
- #define LV_LOG_TRACE_INDEV 1
- #define LV_LOG_TRACE_DISP_REFR 1
- #define LV_LOG_TRACE_EVENT 1
- #define LV_LOG_TRACE_OBJ_CREATE 1
- #define LV_LOG_TRACE_LAYOUT 1
- #define LV_LOG_TRACE_ANIM 1
- #define LV_LOG_TRACE_CACHE 1
-
-#endif /*LV_USE_LOG*/
-
-/*-------------
- * Asserts
- *-----------*/
-
-/*Enable asserts if an operation is failed or an invalid data is found.
- *If LV_USE_LOG is enabled an error message will be printed on failure*/
-#define LV_USE_ASSERT_NULL 1 /*Check if the parameter is NULL. (Very fast, recommended)*/
-#define LV_USE_ASSERT_MALLOC 1 /*Checks is the memory is successfully allocated or no. (Very fast, recommended)*/
-#define LV_USE_ASSERT_STYLE 1
-#define LV_USE_ASSERT_MEM_INTEGRITY 1
-#define LV_USE_ASSERT_OBJ 1
-
-/*Add a custom handler when assert happens e.g. to restart the MCU*/
-#define LV_ASSERT_HANDLER_INCLUDE <stdint.h>
-#define LV_ASSERT_HANDLER while(1); /*Halt by default*/
-
-/*-------------
- * Debug
- *-----------*/
-
-/*1: Draw random colored rectangles over the redrawn areas*/
-#define LV_USE_REFR_DEBUG 0
-
-/*1: Draw a red overlay for ARGB layers and a green overlay for RGB layers*/
-#define LV_USE_LAYER_DEBUG 0
-
-/*1: Draw overlays with different colors for each draw_unit's tasks.
- *Also add the index number of the draw unit on white background.
- *For layers add the index number of the draw unit on black background.*/
-#define LV_USE_PARALLEL_DRAW_DEBUG 0
-
-/*-------------
- * Others
- *-----------*/
-
-#define LV_ENABLE_GLOBAL_CUSTOM 0
-#if LV_ENABLE_GLOBAL_CUSTOM
- /*Header to include for the custom 'lv_global' function"*/
- #define LV_GLOBAL_CUSTOM_INCLUDE <stdint.h>
-#endif
-
-/*Default cache size in bytes.
- *Used by image decoders such as `lv_lodepng` to keep the decoded image in the memory.
- *If size is not set to 0, the decoder will fail to decode when the cache is full.
- *If size is 0, the cache function is not enabled and the decoded mem will be released immediately after use.*/
-#define LV_CACHE_DEF_SIZE 0
-
-/*Default number of image header cache entries. The cache is used to store the headers of images
- *The main logic is like `LV_CACHE_DEF_SIZE` but for image headers.*/
-#define LV_IMAGE_HEADER_CACHE_DEF_CNT 0
-
-/*Number of stops allowed per gradient. Increase this to allow more stops.
- *This adds (sizeof(lv_color_t) + 1) bytes per additional stop*/
-#define LV_GRADIENT_MAX_STOPS 2
-
-/* Adjust color mix functions rounding. GPUs might calculate color mix (blending) differently.
- * 0: round down, 64: round up from x.75, 128: round up from half, 192: round up from x.25, 254: round up */
-#define LV_COLOR_MIX_ROUND_OFS 0
-
-/* Add 2 x 32 bit variables to each lv_obj_t to speed up getting style properties */
-#define LV_OBJ_STYLE_CACHE 1
-
-/* Add `id` field to `lv_obj_t` */
-#define LV_USE_OBJ_ID 0
-
-/* Automatically assign an ID when obj is created */
-#define LV_OBJ_ID_AUTO_ASSIGN LV_USE_OBJ_ID
-
-/*Use the builtin obj ID handler functions:
-* - lv_obj_assign_id: Called when a widget is created. Use a separate counter for each widget class as an ID.
-* - lv_obj_id_compare: Compare the ID to decide if it matches with a requested value.
-* - lv_obj_stringify_id: Return e.g. "button3"
-* - lv_obj_free_id: Does nothing, as there is no memory allocation for the ID.
-* When disabled these functions needs to be implemented by the user.*/
-#define LV_USE_OBJ_ID_BUILTIN 1
-
-/*Use obj property set/get API*/
-#define LV_USE_OBJ_PROPERTY 0
-
-/*Enable property name support*/
-#define LV_USE_OBJ_PROPERTY_NAME 1
-
-/* VG-Lite Simulator */
-/*Requires: LV_USE_THORVG_INTERNAL or LV_USE_THORVG_EXTERNAL */
-#define LV_USE_VG_LITE_THORVG 0
-
-#if LV_USE_VG_LITE_THORVG
-
- /*Enable LVGL's blend mode support*/
- #define LV_VG_LITE_THORVG_LVGL_BLEND_SUPPORT 0
-
- /*Enable YUV color format support*/
- #define LV_VG_LITE_THORVG_YUV_SUPPORT 0
-
- /*Enable Linear gradient extension support*/
- #define LV_VG_LITE_THORVG_LINEAR_GRADIENT_EXT_SUPPORT 0
-
- /*Enable 16 pixels alignment*/
- #define LV_VG_LITE_THORVG_16PIXELS_ALIGN 1
-
- /*Buffer address alignment*/
- #define LV_VG_LITE_THORVG_BUF_ADDR_ALIGN 64
-
- /*Enable multi-thread render*/
- #define LV_VG_LITE_THORVG_THREAD_RENDER 0
-
-#endif
-
-/*=====================
- * COMPILER SETTINGS
- *====================*/
-
-/*For big endian systems set to 1*/
-#define LV_BIG_ENDIAN_SYSTEM 0
-
-/*Define a custom attribute to `lv_tick_inc` function*/
-#define LV_ATTRIBUTE_TICK_INC
-
-/*Define a custom attribute to `lv_timer_handler` function*/
-#define LV_ATTRIBUTE_TIMER_HANDLER
-
-/*Define a custom attribute to `lv_display_flush_ready` function*/
-#define LV_ATTRIBUTE_FLUSH_READY
-
-/*Required alignment size for buffers*/
-#define LV_ATTRIBUTE_MEM_ALIGN_SIZE 1
-
-/*Will be added where memories needs to be aligned (with -Os data might not be aligned to boundary by default).
- * E.g. __attribute__((aligned(4)))*/
-#define LV_ATTRIBUTE_MEM_ALIGN
-
-/*Attribute to mark large constant arrays for example font's bitmaps*/
-#define LV_ATTRIBUTE_LARGE_CONST
-
-/*Compiler prefix for a big array declaration in RAM*/
-#define LV_ATTRIBUTE_LARGE_RAM_ARRAY
-
-/*Place performance critical functions into a faster memory (e.g RAM)*/
-#define LV_ATTRIBUTE_FAST_MEM
-
-/*Export integer constant to binding. This macro is used with constants in the form of LV_<CONST> that
- *should also appear on LVGL binding API such as MicroPython.*/
-#define LV_EXPORT_CONST_INT(int_value) struct _silence_gcc_warning /*The default value just prevents GCC warning*/
-
-/*Prefix all global extern data with this*/
-#define LV_ATTRIBUTE_EXTERN_DATA
-
-/* Use `float` as `lv_value_precise_t` */
-#define LV_USE_FLOAT 1
-
-/*Enable matrix support
- *Requires `LV_USE_FLOAT = 1`*/
-#define LV_USE_MATRIX 1
-
-/*Include `lvgl_private.h` in `lvgl.h` to access internal data and functions by default*/
-#define LV_USE_PRIVATE_API 0
-
-/*==================
- * FONT USAGE
- *===================*/
-
-/*Montserrat fonts with ASCII range and some symbols using bpp = 4
- *https://fonts.google.com/specimen/Montserrat*/
-#define LV_FONT_MONTSERRAT_8 0
-#define LV_FONT_MONTSERRAT_10 0
-#define LV_FONT_MONTSERRAT_12 1
-#define LV_FONT_MONTSERRAT_14 1
-#define LV_FONT_MONTSERRAT_16 1
-#define LV_FONT_MONTSERRAT_18 1
-#define LV_FONT_MONTSERRAT_20 1
-#define LV_FONT_MONTSERRAT_22 1
-#define LV_FONT_MONTSERRAT_24 1
-#define LV_FONT_MONTSERRAT_26 1
-#define LV_FONT_MONTSERRAT_28 1
-#define LV_FONT_MONTSERRAT_30 1
-#define LV_FONT_MONTSERRAT_32 1
-#define LV_FONT_MONTSERRAT_34 1
-#define LV_FONT_MONTSERRAT_36 1
-#define LV_FONT_MONTSERRAT_38 1
-#define LV_FONT_MONTSERRAT_40 1
-#define LV_FONT_MONTSERRAT_42 1
-#define LV_FONT_MONTSERRAT_44 1
-#define LV_FONT_MONTSERRAT_46 1
-#define LV_FONT_MONTSERRAT_48 1
-
-/*Demonstrate special features*/
-#define LV_FONT_MONTSERRAT_28_COMPRESSED 1
-#define LV_FONT_DEJAVU_16_PERSIAN_HEBREW 1
-#define LV_FONT_SIMSUN_14_CJK 0 /*1000 most common CJK radicals*/
-#define LV_FONT_SIMSUN_16_CJK 1
-
-/*Pixel perfect monospace fonts*/
-#define LV_FONT_UNSCII_8 1
-#define LV_FONT_UNSCII_16 0
-
-/*Optionally declare custom fonts here.
- *You can use these fonts as default font too and they will be available globally.
- *E.g. #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(my_font_1) LV_FONT_DECLARE(my_font_2)*/
-#define LV_FONT_CUSTOM_DECLARE
-
-/*Always set a default font*/
-#define LV_FONT_DEFAULT &lv_font_montserrat_14
-
-/*Enable handling large font and/or fonts with a lot of characters.
- *The limit depends on the font size, font face and bpp.
- *Compiler error will be triggered if a font needs it.*/
-#define LV_FONT_FMT_TXT_LARGE 0
-
-/*Enables/disables support for compressed fonts.*/
-#define LV_USE_FONT_COMPRESSED 0
-
-/*Enable drawing placeholders when glyph dsc is not found*/
-#define LV_USE_FONT_PLACEHOLDER 1
-
-/*=================
- * TEXT SETTINGS
- *=================*/
-
-/**
- * Select a character encoding for strings.
- * Your IDE or editor should have the same character encoding
- * - LV_TXT_ENC_UTF8
- * - LV_TXT_ENC_ASCII
- */
-#define LV_TXT_ENC LV_TXT_ENC_UTF8
-
-/*Can break (wrap) texts on these chars*/
-#define LV_TXT_BREAK_CHARS " ,.;:-_)]}"
-
-/*If a word is at least this long, will break wherever "prettiest"
- *To disable, set to a value <= 0*/
-#define LV_TXT_LINE_BREAK_LONG_LEN 0
-
-/*Minimum number of characters in a long word to put on a line before a break.
- *Depends on LV_TXT_LINE_BREAK_LONG_LEN.*/
-#define LV_TXT_LINE_BREAK_LONG_PRE_MIN_LEN 3
-
-/*Minimum number of characters in a long word to put on a line after a break.
- *Depends on LV_TXT_LINE_BREAK_LONG_LEN.*/
-#define LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN 3
-
-/*Support bidirectional texts. Allows mixing Left-to-Right and Right-to-Left texts.
- *The direction will be processed according to the Unicode Bidirectional Algorithm:
- *https://www.w3.org/International/articles/inline-bidi-markup/uba-basics*/
-#define LV_USE_BIDI 0
-#if LV_USE_BIDI
- /*Set the default direction. Supported values:
- *`LV_BASE_DIR_LTR` Left-to-Right
- *`LV_BASE_DIR_RTL` Right-to-Left
- *`LV_BASE_DIR_AUTO` detect texts base direction*/
- #define LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO
-#endif
-
-/*Enable Arabic/Persian processing
- *In these languages characters should be replaced with another form based on their position in the text*/
-#define LV_USE_ARABIC_PERSIAN_CHARS 0
-
-/*==================
- * WIDGETS
- *================*/
-
-/*Documentation of the widgets: https://docs.lvgl.io/latest/en/html/widgets/index.html*/
-
-#define LV_WIDGETS_HAS_DEFAULT_VALUE 1
-
-#define LV_USE_ANIMIMG 1
-
-#define LV_USE_ARC 1
-
-#define LV_USE_BAR 1
-
-#define LV_USE_BUTTON 1
-
-#define LV_USE_BUTTONMATRIX 1
-
-#define LV_USE_CALENDAR 1
-#if LV_USE_CALENDAR
- #define LV_CALENDAR_WEEK_STARTS_MONDAY 0
- #if LV_CALENDAR_WEEK_STARTS_MONDAY
- #define LV_CALENDAR_DEFAULT_DAY_NAMES {"Mo", "Tu", "We", "Th", "Fr", "Sa", "Su"}
- #else
- #define LV_CALENDAR_DEFAULT_DAY_NAMES {"Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"}
- #endif
-
- #define LV_CALENDAR_DEFAULT_MONTH_NAMES {"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"}
- #define LV_USE_CALENDAR_HEADER_ARROW 1
- #define LV_USE_CALENDAR_HEADER_DROPDOWN 1
- #define LV_USE_CALENDAR_CHINESE 0
-#endif /*LV_USE_CALENDAR*/
-
-#define LV_USE_CANVAS 1
-
-#define LV_USE_CHART 1
-
-#define LV_USE_CHECKBOX 1
-
-#define LV_USE_DROPDOWN 1 /*Requires: lv_label*/
-
-#define LV_USE_IMAGE 1 /*Requires: lv_label*/
-
-#define LV_USE_IMAGEBUTTON 1
-
-#define LV_USE_KEYBOARD 1
-
-#define LV_USE_LABEL 1
-#if LV_USE_LABEL
- #define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/
- #define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very long texts*/
- #define LV_LABEL_WAIT_CHAR_COUNT 3 /*The count of wait chart*/
-#endif
-
-#define LV_USE_LED 1
-
-#define LV_USE_LINE 1
-
-#define LV_USE_LIST 1
-
-#define LV_USE_LOTTIE 1
-
-#define LV_USE_MENU 1
-
-#define LV_USE_MSGBOX 1
-
-#define LV_USE_ROLLER 1 /*Requires: lv_label*/
-
-#define LV_USE_SCALE 1
-
-#define LV_USE_SLIDER 1 /*Requires: lv_bar*/
-
-#define LV_USE_SPAN 1
-#if LV_USE_SPAN
- /*A line text can contain maximum num of span descriptor */
- #define LV_SPAN_SNIPPET_STACK_SIZE 64
-#endif
-
-#define LV_USE_SPINBOX 1
-
-#define LV_USE_SPINNER 1
-
-#define LV_USE_SWITCH 1
-
-#define LV_USE_TEXTAREA 1 /*Requires: lv_label*/
-#if LV_USE_TEXTAREA != 0
- #define LV_TEXTAREA_DEF_PWD_SHOW_TIME 1500 /*ms*/
-#endif
-
-#define LV_USE_TABLE 1
-
-#define LV_USE_TABVIEW 1
-
-#define LV_USE_TILEVIEW 1
-
-#define LV_USE_WIN 1
-
-/*==================
- * THEMES
- *==================*/
-
-/*A simple, impressive and very complete theme*/
-#define LV_USE_THEME_DEFAULT 1
-#if LV_USE_THEME_DEFAULT
-
- /*0: Light mode; 1: Dark mode*/
- #define LV_THEME_DEFAULT_DARK 0
-
- /*1: Enable grow on press*/
- #define LV_THEME_DEFAULT_GROW 1
-
- /*Default transition time in [ms]*/
- #define LV_THEME_DEFAULT_TRANSITION_TIME 80
-#endif /*LV_USE_THEME_DEFAULT*/
-
-/*A very simple theme that is a good starting point for a custom theme*/
-#define LV_USE_THEME_SIMPLE 1
-
-/*A theme designed for monochrome displays*/
-#define LV_USE_THEME_MONO 1
-
-/*==================
- * LAYOUTS
- *==================*/
-
-/*A layout similar to Flexbox in CSS.*/
-#define LV_USE_FLEX 1
-
-/*A layout similar to Grid in CSS.*/
-#define LV_USE_GRID 1
-
-/*====================
- * 3RD PARTS LIBRARIES
- *====================*/
-
-/*File system interfaces for common APIs */
-
-/*Setting a default driver letter allows skipping the driver prefix in filepaths*/
-#define LV_FS_DEFAULT_DRIVE_LETTER '\0'
-
-/*API for fopen, fread, etc*/
-#define LV_USE_FS_STDIO 1
-#if LV_USE_FS_STDIO
- #define LV_FS_STDIO_LETTER 'A'
- #define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
- #define LV_FS_STDIO_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
-#endif
-
-/*API for open, read, etc*/
-#define LV_USE_FS_POSIX 0
-#if LV_USE_FS_POSIX
- #define LV_FS_POSIX_LETTER '\0' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
- #define LV_FS_POSIX_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
- #define LV_FS_POSIX_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
-#endif
-
-/*API for CreateFile, ReadFile, etc*/
-#define LV_USE_FS_WIN32 0
-#if LV_USE_FS_WIN32
- #define LV_FS_WIN32_LETTER '\0' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
- #define LV_FS_WIN32_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
- #define LV_FS_WIN32_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
-#endif
-
-/*API for FATFS (needs to be added separately). Uses f_open, f_read, etc*/
-#define LV_USE_FS_FATFS 0
-#if LV_USE_FS_FATFS
- #define LV_FS_FATFS_LETTER '\0' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
- #define LV_FS_FATFS_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
-#endif
-
-/*API for memory-mapped file access. */
-#define LV_USE_FS_MEMFS 0
-#if LV_USE_FS_MEMFS
- #define LV_FS_MEMFS_LETTER '\0' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
-#endif
-
-/*API for LittleFs. */
-#define LV_USE_FS_LITTLEFS 0
-#if LV_USE_FS_LITTLEFS
- #define LV_FS_LITTLEFS_LETTER '\0' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
-#endif
-
-/*API for Arduino LittleFs. */
-#define LV_USE_FS_ARDUINO_ESP_LITTLEFS 0
-#if LV_USE_FS_ARDUINO_ESP_LITTLEFS
- #define LV_FS_ARDUINO_ESP_LITTLEFS_LETTER '\0' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
-#endif
-
-/*API for Arduino Sd. */
-#define LV_USE_FS_ARDUINO_SD 0
-#if LV_USE_FS_ARDUINO_SD
- #define LV_FS_ARDUINO_SD_LETTER '\0' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
-#endif
-
-/*LODEPNG decoder library*/
-#define LV_USE_LODEPNG 1
-
-/*PNG decoder(libpng) library*/
-#define LV_USE_LIBPNG 0
-
-/*BMP decoder library*/
-#define LV_USE_BMP 1
-
-/* JPG + split JPG decoder library.
- * Split JPG is a custom format optimized for embedded systems. */
-#define LV_USE_TJPGD 1
-
-/* libjpeg-turbo decoder library.
- * Supports complete JPEG specifications and high-performance JPEG decoding. */
-#define LV_USE_LIBJPEG_TURBO 0
-
-/*GIF decoder library*/
-#define LV_USE_GIF 0
-#if LV_USE_GIF
- /*GIF decoder accelerate*/
- #define LV_GIF_CACHE_DECODE_DATA 0
-#endif
-
-
-/*Decode bin images to RAM*/
-#define LV_BIN_DECODER_RAM_LOAD 1
-
-/*RLE decompress library*/
-#define LV_USE_RLE 1
-
-/*QR code library*/
-#define LV_USE_QRCODE 1
-
-/*Barcode code library*/
-#define LV_USE_BARCODE 1
-
-/*FreeType library*/
-#define LV_USE_FREETYPE 0
-#if LV_USE_FREETYPE
- /*Let FreeType to use LVGL memory and file porting*/
- #define LV_FREETYPE_USE_LVGL_PORT 0
-
- /*Cache count of the glyphs in FreeType. It means the number of glyphs that can be cached.
- *The higher the value, the more memory will be used.*/
- #define LV_FREETYPE_CACHE_FT_GLYPH_CNT 256
-#endif
-
-/* Built-in TTF decoder */
-#define LV_USE_TINY_TTF 1
-#if LV_USE_TINY_TTF
- /* Enable loading TTF data from files */
- #define LV_TINY_TTF_FILE_SUPPORT 0
- #define LV_TINY_TTF_CACHE_GLYPH_CNT 256
-#endif
-
-/*Rlottie library*/
-#define LV_USE_RLOTTIE 0
-
-/*Enable Vector Graphic APIs
- *Requires `LV_USE_MATRIX = 1`*/
-#define LV_USE_VECTOR_GRAPHIC 1
-
-/* Enable ThorVG (vector graphics library) from the src/libs folder */
-#define LV_USE_THORVG_INTERNAL 1
-
-/* Enable ThorVG by assuming that its installed and linked to the project */
-#define LV_USE_THORVG_EXTERNAL 0
-
-/*Use lvgl built-in LZ4 lib*/
-#define LV_USE_LZ4_INTERNAL 1
-
-/*Use external LZ4 library*/
-#define LV_USE_LZ4_EXTERNAL 0
-
-/*FFmpeg library for image decoding and playing videos
- *Supports all major image formats so do not enable other image decoder with it*/
-#define LV_USE_FFMPEG 0
-#if LV_USE_FFMPEG
- /*Dump input information to stderr*/
- #define LV_FFMPEG_DUMP_FORMAT 0
-#endif
-
-/*==================
- * OTHERS
- *==================*/
-
-/*1: Enable API to take snapshot for object*/
-#define LV_USE_SNAPSHOT 0
-
-/*1: Enable system monitor component*/
-#define LV_USE_SYSMON 0
-#if LV_USE_SYSMON
- /*Get the idle percentage. E.g. uint32_t my_get_idle(void);*/
- #define LV_SYSMON_GET_IDLE lv_timer_get_idle
-
- /*1: Show CPU usage and FPS count
- * Requires `LV_USE_SYSMON = 1`*/
- #define LV_USE_PERF_MONITOR 0
- #if LV_USE_PERF_MONITOR
- #define LV_USE_PERF_MONITOR_POS LV_ALIGN_BOTTOM_RIGHT
-
- /*0: Displays performance data on the screen, 1: Prints performance data using log.*/
- #define LV_USE_PERF_MONITOR_LOG_MODE 0
- #endif
-
- /*1: Show the used memory and the memory fragmentation
- * Requires `LV_USE_STDLIB_MALLOC = LV_STDLIB_BUILTIN`
- * Requires `LV_USE_SYSMON = 1`*/
- #define LV_USE_MEM_MONITOR 0
- #if LV_USE_MEM_MONITOR
- #define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT
- #endif
-
-#endif /*LV_USE_SYSMON*/
-
-/*1: Enable the runtime performance profiler*/
-#define LV_USE_PROFILER 0
-#if LV_USE_PROFILER
- /*1: Enable the built-in profiler*/
- #define LV_USE_PROFILER_BUILTIN 1
- #if LV_USE_PROFILER_BUILTIN
- /*Default profiler trace buffer size*/
- #define LV_PROFILER_BUILTIN_BUF_SIZE (16 * 1024) /*[bytes]*/
- #endif
-
- /*Header to include for the profiler*/
- #define LV_PROFILER_INCLUDE "lvgl/src/misc/lv_profiler_builtin.h"
-
- /*Profiler start point function*/
- #define LV_PROFILER_BEGIN LV_PROFILER_BUILTIN_BEGIN
-
- /*Profiler end point function*/
- #define LV_PROFILER_END LV_PROFILER_BUILTIN_END
-
- /*Profiler start point function with custom tag*/
- #define LV_PROFILER_BEGIN_TAG LV_PROFILER_BUILTIN_BEGIN_TAG
-
- /*Profiler end point function with custom tag*/
- #define LV_PROFILER_END_TAG LV_PROFILER_BUILTIN_END_TAG
-#endif
-
-/*1: Enable Monkey test*/
-#define LV_USE_MONKEY 0
-
-/*1: Enable grid navigation*/
-#define LV_USE_GRIDNAV 0
-
-/*1: Enable lv_obj fragment*/
-#define LV_USE_FRAGMENT 0
-
-/*1: Support using images as font in label or span widgets */
-#define LV_USE_IMGFONT 1
-
-/*1: Enable an observer pattern implementation*/
-#define LV_USE_OBSERVER 1
-
-/*1: Enable Pinyin input method*/
-/*Requires: lv_keyboard*/
-#define LV_USE_IME_PINYIN 0
-#if LV_USE_IME_PINYIN
- /*1: Use default thesaurus*/
- /*If you do not use the default thesaurus, be sure to use `lv_ime_pinyin` after setting the thesaurus*/
- #define LV_IME_PINYIN_USE_DEFAULT_DICT 1
- /*Set the maximum number of candidate panels that can be displayed*/
- /*This needs to be adjusted according to the size of the screen*/
- #define LV_IME_PINYIN_CAND_TEXT_NUM 6
-
- /*Use 9 key input(k9)*/
- #define LV_IME_PINYIN_USE_K9_MODE 1
- #if LV_IME_PINYIN_USE_K9_MODE == 1
- #define LV_IME_PINYIN_K9_CAND_TEXT_NUM 3
- #endif /*LV_IME_PINYIN_USE_K9_MODE*/
-#endif
-
-/*1: Enable file explorer*/
-/*Requires: lv_table*/
-#define LV_USE_FILE_EXPLORER 0
-#if LV_USE_FILE_EXPLORER
- /*Maximum length of path*/
- #define LV_FILE_EXPLORER_PATH_MAX_LEN (128)
- /*Quick access bar, 1:use, 0:not use*/
- /*Requires: lv_list*/
- #define LV_FILE_EXPLORER_QUICK_ACCESS 1
-#endif
-
-/*==================
- * DEVICES
- *==================*/
-
-/*Use SDL to open window on PC and handle mouse and keyboard*/
-#define LV_USE_SDL 0
-#if LV_USE_SDL
- #define LV_SDL_INCLUDE_PATH <SDL2/SDL.h>
- #define LV_SDL_RENDER_MODE LV_DISPLAY_RENDER_MODE_DIRECT /*LV_DISPLAY_RENDER_MODE_DIRECT is recommended for best performance*/
- #define LV_SDL_BUF_COUNT 1 /*1 or 2*/
- #define LV_SDL_ACCELERATED 1 /*1: Use hardware acceleration*/
- #define LV_SDL_FULLSCREEN 0 /*1: Make the window full screen by default*/
- #define LV_SDL_DIRECT_EXIT 1 /*1: Exit the application when all SDL windows are closed*/
- #define LV_SDL_MOUSEWHEEL_MODE LV_SDL_MOUSEWHEEL_MODE_ENCODER /*LV_SDL_MOUSEWHEEL_MODE_ENCODER/CROWN*/
-#endif
-
-/*Use X11 to open window on Linux desktop and handle mouse and keyboard*/
-#define LV_USE_X11 0
-#if LV_USE_X11
- #define LV_X11_DIRECT_EXIT 1 /*Exit the application when all X11 windows have been closed*/
- #define LV_X11_DOUBLE_BUFFER 1 /*Use double buffers for rendering*/
- /*select only 1 of the following render modes (LV_X11_RENDER_MODE_PARTIAL preferred!)*/
- #define LV_X11_RENDER_MODE_PARTIAL 1 /*Partial render mode (preferred)*/
- #define LV_X11_RENDER_MODE_DIRECT 0 /*direct render mode*/
- #define LV_X11_RENDER_MODE_FULL 0 /*Full render mode*/
-#endif
-
-/*Use Wayland to open a window and handle input on Linux or BSD desktops */
-#define LV_USE_WAYLAND 0
-#if LV_USE_WAYLAND
- #define LV_WAYLAND_WINDOW_DECORATIONS 0 /*Draw client side window decorations only necessary on Mutter/GNOME*/
- #define LV_WAYLAND_WL_SHELL 0 /*Use the legacy wl_shell protocol instead of the default XDG shell*/
-#endif
-
-/*Driver for /dev/fb*/
-#define LV_USE_LINUX_FBDEV 0
-#if LV_USE_LINUX_FBDEV
- #define LV_LINUX_FBDEV_BSD 0
- #define LV_LINUX_FBDEV_RENDER_MODE LV_DISPLAY_RENDER_MODE_PARTIAL
- #define LV_LINUX_FBDEV_BUFFER_COUNT 0
- #define LV_LINUX_FBDEV_BUFFER_SIZE 60
-#endif
-
-/*Use Nuttx to open window and handle touchscreen*/
-#define LV_USE_NUTTX 0
-
-#if LV_USE_NUTTX
- #define LV_USE_NUTTX_LIBUV 0
-
- /*Use Nuttx custom init API to open window and handle touchscreen*/
- #define LV_USE_NUTTX_CUSTOM_INIT 0
-
- /*Driver for /dev/lcd*/
- #define LV_USE_NUTTX_LCD 0
- #if LV_USE_NUTTX_LCD
- #define LV_NUTTX_LCD_BUFFER_COUNT 0
- #define LV_NUTTX_LCD_BUFFER_SIZE 60
- #endif
-
- /*Driver for /dev/input*/
- #define LV_USE_NUTTX_TOUCHSCREEN 0
-
-#endif
-
-/*Driver for /dev/dri/card*/
-#define LV_USE_LINUX_DRM 1
-
-/*Interface for TFT_eSPI*/
-#define LV_USE_TFT_ESPI 0
-
-/*Driver for evdev input devices*/
-#define LV_USE_EVDEV 1
-
-/*Driver for libinput input devices*/
-#define LV_USE_LIBINPUT 0
-
-#if LV_USE_LIBINPUT
- #define LV_LIBINPUT_BSD 0
-
- /*Full keyboard support*/
- #define LV_LIBINPUT_XKB 0
- #if LV_LIBINPUT_XKB
- /*"setxkbmap -query" can help find the right values for your keyboard*/
- #define LV_LIBINPUT_XKB_KEY_MAP { .rules = NULL, .model = "pc101", .layout = "us", .variant = NULL, .options = NULL }
- #endif
-#endif
-
-/*Drivers for LCD devices connected via SPI/parallel port*/
-#define LV_USE_ST7735 0
-#define LV_USE_ST7789 0
-#define LV_USE_ST7796 0
-#define LV_USE_ILI9341 0
-
-#define LV_USE_GENERIC_MIPI (LV_USE_ST7735 | LV_USE_ST7789 | LV_USE_ST7796 | LV_USE_ILI9341)
-
-/*Driver for Renesas GLCD*/
-#define LV_USE_RENESAS_GLCDC 0
-
-/* LVGL Windows backend */
-#define LV_USE_WINDOWS 0
-
-/* Use OpenGL to open window on PC and handle mouse and keyboard */
-#define LV_USE_OPENGLES 0
-#if LV_USE_OPENGLES
- #define LV_USE_OPENGLES_DEBUG 1 /* Enable or disable debug for opengles */
-#endif
-
-/* QNX Screen display and input drivers */
-#define LV_USE_QNX 0
-#if LV_USE_QNX
- #define LV_QNX_BUF_COUNT 1 /*1 or 2*/
-#endif
-
-/*==================
-* EXAMPLES
-*==================*/
-
-/*Enable the examples to be built with the library*/
-#define LV_BUILD_EXAMPLES 1
-
-/*===================
- * DEMO USAGE
- ====================*/
-
-/*Show some widget. It might be required to increase `LV_MEM_SIZE` */
-#define LV_USE_DEMO_WIDGETS 1
-
-/*Demonstrate the usage of encoder and keyboard*/
-#define LV_USE_DEMO_KEYPAD_AND_ENCODER 1
-
-/*Benchmark your system*/
-#define LV_USE_DEMO_BENCHMARK 1
-
-/*Render test for each primitives. Requires at least 480x272 display*/
-#define LV_USE_DEMO_RENDER 1
-
-/*Stress test for LVGL*/
-#define LV_USE_DEMO_STRESS 1
-
-/*Music player demo*/
-#define LV_USE_DEMO_MUSIC 1
-#if LV_USE_DEMO_MUSIC
- #define LV_DEMO_MUSIC_SQUARE 0
- #define LV_DEMO_MUSIC_LANDSCAPE 0
- #define LV_DEMO_MUSIC_ROUND 0
- #define LV_DEMO_MUSIC_LARGE 0
- #define LV_DEMO_MUSIC_AUTO_PLAY 0
-#endif
-
-/*Flex layout demo*/
-#define LV_USE_DEMO_FLEX_LAYOUT 1
-
-/*Smart-phone like multi-language demo*/
-#define LV_USE_DEMO_MULTILANG 1
-
-/*Widget transformation demo*/
-#define LV_USE_DEMO_TRANSFORM 1
-
-/*Demonstrate scroll settings*/
-#define LV_USE_DEMO_SCROLL 1
-
-/*Vector graphic demo*/
-#define LV_USE_DEMO_VECTOR_GRAPHIC 0
-
-/*--END OF LV_CONF_H--*/
-
-#endif /*LV_CONF_H*/
-
-#endif /*End of "Content enable"*/
diff --git a/src/extern/lvgl b/src/extern/lvgl
@@ -1 +0,0 @@
-Subproject commit 6decbb7f7783f6e48d4591fcb9f7810c2fb08e61
diff --git a/src/extern/scripts/backend_conf.sh b/src/extern/scripts/backend_conf.sh
@@ -1,3 +0,0 @@
-#!/bin/sh
-grep "^#define LV_USE_$1" ../src/extern/lv_conf.h | sed 's/#define //g' | awk '{ if ($2=="1") { printf "ON" } else { printf "OFF" }}'
-echo "lvgl configuration read script executed"
diff --git a/src/extern/scripts/gen_wl_protocols.sh b/src/extern/scripts/gen_wl_protocols.sh
@@ -1,16 +0,0 @@
-#!/bin/sh
-# Generate wayland xdg shell protocol
-
-if ! test -d /usr/share/wayland-protocols
-then
- exit 1
-fi
-
-if ! test -d wl_protocols
-then
- mkdir wl_protocols
- wayland-scanner client-header "/usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml" "wl_protocols/wayland_xdg_shell.h"
- wayland-scanner private-code "/usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml" "wl_protocols/wayland_xdg_shell.c"
-fi
-
-printf "wl_protocols/wayland_xdg_shell.c"
diff --git a/src/gui/#gui.cpp# b/src/gui/#gui.cpp#
@@ -1,2 +0,0 @@
-#include "gui.hpp"
-
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
@@ -1,27 +0,0 @@
-foreach(BACKEND_NAME "SDL" "LINUX_DRM" "LINUX_FBDEV" "X11" "WAYLAND")
- execute_process(COMMAND "${PROJECT_SOURCE_DIR}/extern/scripts/backend_conf.sh" ${BACKEND_NAME} OUTPUT_VARIABLE IS_BACKEND_ENABLED)
- set("LV_USE_${BACKEND_NAME}" ${IS_BACKEND_ENABLED})
-endforeach()
-
-
-if (LV_USE_LINUX_DRM)
- add_library(gui gui.cpp screen.cpp screenWelcome.cpp screenIdentification.cpp screenConnection.cpp screenAcceptCash.cpp)
- target_link_libraries(gui lvgl lvgl::examples lvgl::demos lvgl::thorvg ${LIBDRM_LIBRARIES} m pthread)
-
-elseif (LV_USE_SDL)
- add_library(gui gui.cpp screen.cpp screenWelcome.cpp screenIdentification.cpp screenConnection.cpp screenAcceptCash.cpp)
- target_link_libraries(gui lvgl lvgl::examples lvgl::demos lvgl::thorvg ${SDL2_LIBRARIES} ${SDL2_IMAGE_LIBRARIES} m pthread)
-
-elseif (LV_USE_WAYLAND)
- add_library(gui gui.cpp screen.cpp screenWelcome.cpp screenIdentification.cpp screenConnection.cpp screenAcceptCash.cpp ${WAYLAND_PROTOCOLS_SRC} backends/wayland.c)
- target_compile_definitions(gui PRIVATE LV_CONF_INCLUDE_SIMPLE)
- target_link_libraries(gui lvgl lvgl::examples lvgl::demos lvgl::thorvg m
- wayland-client wayland-cursor xkbcommon)
-
-else()
-
- # No specific build steps required for FBDEV
- add_library(gui gui.cpp screen.cpp screenWelcome.cpp screenIdentification.cpp screenConnection.cpp screenAcceptCash.cpp)
- target_link_libraries(gui lvgl lvgl::examples lvgl::demos lvgl::thorvg m pthread)
- target_include_directories(gui PUBLIC "../extern/lvgl")
-endif()
diff --git a/src/gui/Makefile b/src/gui/Makefile
@@ -1,366 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.25
-
-# Default target executed when no arguments are given to make.
-default_target: all
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Disable VCS-based implicit rules.
-% : %,v
-
-# Disable VCS-based implicit rules.
-% : RCS/%
-
-# Disable VCS-based implicit rules.
-% : RCS/%,v
-
-# Disable VCS-based implicit rules.
-% : SCCS/s.%
-
-# Disable VCS-based implicit rules.
-% : s.%
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Command-line flag to silence nested $(MAKE).
-$(VERBOSE)MAKESILENT = -s
-
-#Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E rm -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
- /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-.PHONY : edit_cache/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-.PHONY : rebuild_cache/fast
-
-# Special rule for the target list_install_components
-list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-.PHONY : list_install_components/fast
-
-# Special rule for the target install
-install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# Special rule for the target install/local
-install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles /home/cash2ecash/Documents/cash2ecash/src/gui//CMakeFiles/progress.marks
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Convenience name for target.
-gui/CMakeFiles/gui.dir/rule:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui/CMakeFiles/gui.dir/rule
-.PHONY : gui/CMakeFiles/gui.dir/rule
-
-# Convenience name for target.
-gui: gui/CMakeFiles/gui.dir/rule
-.PHONY : gui
-
-# fast build rule for target.
-gui/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/build
-.PHONY : gui/fast
-
-gui.o: gui.cpp.o
-.PHONY : gui.o
-
-# target to build an object file
-gui.cpp.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/gui.cpp.o
-.PHONY : gui.cpp.o
-
-gui.i: gui.cpp.i
-.PHONY : gui.i
-
-# target to preprocess a source file
-gui.cpp.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/gui.cpp.i
-.PHONY : gui.cpp.i
-
-gui.s: gui.cpp.s
-.PHONY : gui.s
-
-# target to generate assembly for a file
-gui.cpp.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/gui.cpp.s
-.PHONY : gui.cpp.s
-
-screen.o: screen.cpp.o
-.PHONY : screen.o
-
-# target to build an object file
-screen.cpp.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screen.cpp.o
-.PHONY : screen.cpp.o
-
-screen.i: screen.cpp.i
-.PHONY : screen.i
-
-# target to preprocess a source file
-screen.cpp.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screen.cpp.i
-.PHONY : screen.cpp.i
-
-screen.s: screen.cpp.s
-.PHONY : screen.s
-
-# target to generate assembly for a file
-screen.cpp.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screen.cpp.s
-.PHONY : screen.cpp.s
-
-screenAcceptCash.o: screenAcceptCash.cpp.o
-.PHONY : screenAcceptCash.o
-
-# target to build an object file
-screenAcceptCash.cpp.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenAcceptCash.cpp.o
-.PHONY : screenAcceptCash.cpp.o
-
-screenAcceptCash.i: screenAcceptCash.cpp.i
-.PHONY : screenAcceptCash.i
-
-# target to preprocess a source file
-screenAcceptCash.cpp.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenAcceptCash.cpp.i
-.PHONY : screenAcceptCash.cpp.i
-
-screenAcceptCash.s: screenAcceptCash.cpp.s
-.PHONY : screenAcceptCash.s
-
-# target to generate assembly for a file
-screenAcceptCash.cpp.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenAcceptCash.cpp.s
-.PHONY : screenAcceptCash.cpp.s
-
-screenConnection.o: screenConnection.cpp.o
-.PHONY : screenConnection.o
-
-# target to build an object file
-screenConnection.cpp.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenConnection.cpp.o
-.PHONY : screenConnection.cpp.o
-
-screenConnection.i: screenConnection.cpp.i
-.PHONY : screenConnection.i
-
-# target to preprocess a source file
-screenConnection.cpp.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenConnection.cpp.i
-.PHONY : screenConnection.cpp.i
-
-screenConnection.s: screenConnection.cpp.s
-.PHONY : screenConnection.s
-
-# target to generate assembly for a file
-screenConnection.cpp.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenConnection.cpp.s
-.PHONY : screenConnection.cpp.s
-
-screenIdentification.o: screenIdentification.cpp.o
-.PHONY : screenIdentification.o
-
-# target to build an object file
-screenIdentification.cpp.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenIdentification.cpp.o
-.PHONY : screenIdentification.cpp.o
-
-screenIdentification.i: screenIdentification.cpp.i
-.PHONY : screenIdentification.i
-
-# target to preprocess a source file
-screenIdentification.cpp.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenIdentification.cpp.i
-.PHONY : screenIdentification.cpp.i
-
-screenIdentification.s: screenIdentification.cpp.s
-.PHONY : screenIdentification.s
-
-# target to generate assembly for a file
-screenIdentification.cpp.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenIdentification.cpp.s
-.PHONY : screenIdentification.cpp.s
-
-screenWelcome.o: screenWelcome.cpp.o
-.PHONY : screenWelcome.o
-
-# target to build an object file
-screenWelcome.cpp.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenWelcome.cpp.o
-.PHONY : screenWelcome.cpp.o
-
-screenWelcome.i: screenWelcome.cpp.i
-.PHONY : screenWelcome.i
-
-# target to preprocess a source file
-screenWelcome.cpp.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenWelcome.cpp.i
-.PHONY : screenWelcome.cpp.i
-
-screenWelcome.s: screenWelcome.cpp.s
-.PHONY : screenWelcome.s
-
-# target to generate assembly for a file
-screenWelcome.cpp.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenWelcome.cpp.s
-.PHONY : screenWelcome.cpp.s
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... install"
- @echo "... install/local"
- @echo "... install/strip"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
- @echo "... gui"
- @echo "... gui.o"
- @echo "... gui.i"
- @echo "... gui.s"
- @echo "... screen.o"
- @echo "... screen.i"
- @echo "... screen.s"
- @echo "... screenAcceptCash.o"
- @echo "... screenAcceptCash.i"
- @echo "... screenAcceptCash.s"
- @echo "... screenConnection.o"
- @echo "... screenConnection.i"
- @echo "... screenConnection.s"
- @echo "... screenIdentification.o"
- @echo "... screenIdentification.i"
- @echo "... screenIdentification.s"
- @echo "... screenWelcome.o"
- @echo "... screenWelcome.i"
- @echo "... screenWelcome.s"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
@@ -1 +0,0 @@
-#include "gui.hpp"
diff --git a/src/gui/gui.hpp b/src/gui/gui.hpp
@@ -1,49 +0,0 @@
-#ifndef GUI_H
-#define GUI_H
-#include "lvgl.h"
-#include <cstdint>
-#include <src/drivers/display/drm/lv_linux_drm.h>
-#include <src/drivers/evdev/lv_evdev.h>
-#include <src/indev/lv_indev.h>
-#include "screen.hpp"
-
-class Gui {
- private:
- uint16_t window_width = 480;
- uint16_t window_height = 800;
- bool fullscreen = 0;
- bool maximize = 0;
-
- void displayInit(){
- //display
- const char *device = "/dev/dri/card1";
- lv_display_t *disp = lv_linux_drm_create();
- lv_linux_drm_set_file(disp, device, -1);
-
- //touch input device
- const char *inputDevice = "/dev/input/by-path/platform-fe205000.i2c-event";
- lv_indev_t *touch = lv_evdev_create(LV_INDEV_TYPE_POINTER, inputDevice);
- lv_indev_set_display(touch, disp);
-
- }
-
- protected:
- public:
- Gui()
- {
- lv_init();
- displayInit();
- }
-
- uint32_t timerHandler(){
- return lv_timer_handler();
- }
-
-
- int setActiveScreen(Screen *screen){
- lv_screen_load(screen->getScreen());
- return 0;
- }
-};
-
-#endif
diff --git a/src/gui/screen.cpp b/src/gui/screen.cpp
@@ -1 +0,0 @@
-#include "screen.hpp"
diff --git a/src/gui/screen.hpp b/src/gui/screen.hpp
@@ -1,130 +0,0 @@
-#ifndef SCREEN_H
-#define SCREEN_H
-#include "lvgl.h"
-#include <cstdint>
-#include <src/core/lv_obj.h>
-#include <src/core/lv_obj_pos.h>
-#include <src/core/lv_obj_style.h>
-#include <src/core/lv_obj_style_gen.h>
-#include <src/font/lv_font.h>
-#include <src/layouts/flex/lv_flex.h>
-#include <src/layouts/grid/lv_grid.h>
-#include <src/layouts/lv_layout.h>
-#include <src/misc/lv_area.h>
-#include <src/misc/lv_color.h>
-#include <src/misc/lv_style.h>
-#include <src/misc/lv_style_gen.h>
-#include <src/widgets/button/lv_button.h>
-#include <src/widgets/label/lv_label.h>
-#include <vector>
-
-//TODO, fix not working makros
-#define TIMELINE_COLUMN_WIDTH_PCT LV_PCT(20)
-#define BUTTONS_COLUMN_WIDTH_PCT LV_PCT(24)
-#define MIDDLE_COLUMN_WIDTH_PCT \
- (LV_PCT(100) - TIMELINE_COLUMN_WIDTH_PCT - BUTTONS_COLUMN_WIDTH_PCT)
-
-
-#define INSTRUCTIONS_ROW_HEIGHT_PCT LV_PCT(28)
-#define BOTTOM_ROW_HEIGHT_PCT (LV_PCT(100) - INSTRUCTIONS_ROW_HEIGHT_PCT)
-//End TODO
-
-
-
-class Screen {
- private:
- //int32_t columnDesc[4] = {TIMELINE_COLUMN_WIDTH_PCT, MIDDLE_COLUMN_WIDTH_PCT, BUTTONS_COLUMN_WIDTH_PCT, LV_GRID_TEMPLATE_LAST};
- //int32_t rowDesc[3] = {INSTRUCTIONS_ROW_HEIGHT_PCT, BOTTOM_ROW_HEIGHT_PCT, LV_GRID_TEMPLATE_LAST};
-
- int32_t columnDesc[4] = {160, 448, 192, LV_GRID_TEMPLATE_LAST};
- int32_t rowDesc[3] = {134, 346, LV_GRID_TEMPLATE_LAST};
-
- lv_style_t buttonsContainerStyle;
-
-
- protected:
- uint16_t width, height;
- lv_obj_t *screenPointer;
- lv_obj_t *timelineContainer;
- lv_obj_t *instructionsContainer;
- lv_obj_t *buttonsContainer;
- lv_obj_t *mainContentContainer;
-
- lv_obj_t *instructionLabel;
-
- lv_style_t buttonDefaultStyle;
- lv_style_t buttonLabelDefaultStyle;
- lv_style_t instructionDefaultStyle;
-
- public:
- Screen()
- {
- //create default style for buttons
- lv_style_init(&buttonDefaultStyle);
- lv_style_set_size(&buttonDefaultStyle, LV_PCT(100), 72);
-
- //create default style for button labels
- lv_style_init(&buttonLabelDefaultStyle);
- lv_style_set_align(&buttonLabelDefaultStyle, LV_ALIGN_CENTER);
- lv_style_set_text_font(&buttonLabelDefaultStyle, &lv_font_montserrat_16);
-
- //create default style for the instructions Text
- lv_style_init(&instructionDefaultStyle);
- lv_style_set_text_font(&instructionDefaultStyle, &lv_font_montserrat_24);
-
-
- screenPointer = lv_obj_create(NULL);
- //lv_obj_set_size(screenPointer, 800, 480);
-
- //Set the Layout of the screen to Grid
- lv_obj_set_grid_dsc_array(screenPointer, columnDesc, rowDesc);
- lv_obj_set_layout(screenPointer, LV_LAYOUT_GRID);
-
- //set padding to 0
- lv_obj_set_style_pad_column(screenPointer, 0, 0);
- lv_obj_set_style_pad_row(screenPointer, 0, 0);
-
- //Add empty widdgets to the Grid Layout as containers to be filled by child classes
- timelineContainer = lv_obj_create(screenPointer);
- lv_obj_set_grid_cell(timelineContainer, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_STRETCH, 0, 2);
-
- instructionsContainer = lv_obj_create(screenPointer);
- lv_obj_set_grid_cell(instructionsContainer, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_STRETCH, 0, 1);
-
- buttonsContainer = lv_obj_create(screenPointer);
- lv_obj_set_grid_cell(buttonsContainer, LV_GRID_ALIGN_STRETCH, 2, 1, LV_GRID_ALIGN_STRETCH, 0, 2);
-
- mainContentContainer = lv_obj_create(screenPointer);
- lv_obj_set_grid_cell(mainContentContainer, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_STRETCH, 1, 1);
- /*lv_color_t color;
- color.blue = 0;
- color.green = 100;
- color.red = 0;
- lv_obj_set_style_bg_color(mainContentContainer, color, 0);*/
-
- //Add "instructions" label and set style
- instructionLabel = lv_label_create(instructionsContainer);
- lv_label_set_text(instructionLabel, "dummytext");
- lv_obj_add_style(instructionLabel, &instructionDefaultStyle, 0);
-
- //set style & flow of buttons container
- lv_style_init(&buttonsContainerStyle);
- lv_style_set_flex_flow(&buttonsContainerStyle, LV_FLEX_FLOW_COLUMN_REVERSE);
- lv_style_set_flex_main_place(&buttonsContainerStyle, LV_FLEX_ALIGN_END);
- lv_style_set_flex_cross_place(&buttonsContainerStyle, LV_FLEX_ALIGN_CENTER);
- lv_style_set_layout(&buttonsContainerStyle, LV_LAYOUT_FLEX);
- lv_style_set_pad_left(&buttonsContainerStyle, 5);
- lv_style_set_pad_right(&buttonsContainerStyle, 5);
-
- lv_obj_add_style(buttonsContainer, &buttonsContainerStyle, 0);
-
-
-
-
- }
-
- lv_obj_t *getScreen(){
- return screenPointer;
- }
-};
-#endif
diff --git a/src/gui/screenAcceptCash.cpp b/src/gui/screenAcceptCash.cpp
@@ -1 +0,0 @@
-#include "screenAcceptCash.hpp"
diff --git a/src/gui/screenAcceptCash.hpp b/src/gui/screenAcceptCash.hpp
@@ -1,42 +0,0 @@
-#ifndef SCREEN_ACCEPTCASH_H
-#define SCREEN_ACCEPTCASH_H
-
-#include "screen.hpp"
-#include "lvgl.h"
-#include <src/core/lv_obj_pos.h>
-#include <src/misc/lv_types.h>
-#include <src/widgets/label/lv_label.h>
-
-#include "global.hpp"
-
-class ScreenAcceptCash : public Screen{
- private:
- lv_obj_t *finishButton;
- lv_obj_t *amountLabel;
-
- static void finishedButtonEvent(lv_event_t *e){
- event(EVENT_BUTTON_FINISH_CASHIN);
- }
-
- protected:
- public:
- ScreenAcceptCash(char* amountString){
- //Set set the "instruction"
- lv_label_set_text(instructionLabel, "Insert Cash and press Finish if you're done");
-
- //Add button "Finish"
- finishButton = lv_button_create(buttonsContainer);
- lv_obj_add_style(finishButton, &buttonDefaultStyle, 0);
- lv_obj_t *label = lv_label_create(finishButton);
- lv_label_set_text(label, "Finish");
- lv_obj_add_style(label, &buttonLabelDefaultStyle, 0);
- lv_obj_add_event_cb(finishButton, finishedButtonEvent, LV_EVENT_CLICKED, NULL);
-
- //Add field, displaying amount
- amountLabel = lv_label_create(mainContentContainer);
- lv_label_set_text_static(amountLabel, amountString);
- lv_obj_center(amountLabel);
- }
-};
-
-#endif
diff --git a/src/gui/screenConnection.cpp b/src/gui/screenConnection.cpp
@@ -1 +0,0 @@
-#include "screenConnection.hpp"
diff --git a/src/gui/screenConnection.hpp b/src/gui/screenConnection.hpp
@@ -1,48 +0,0 @@
-#ifndef SCREEN_CONNECTION_H
-#define SCREEN_CONNECTION_H
-
-#include "global.hpp"
-#include "screen.hpp"
-#include <cstring>
-#include <src/core/lv_obj_pos.h>
-#include <src/libs/qrcode/lv_qrcode.h>
-#include <src/misc/lv_color.h>
-#include <src/misc/lv_types.h>
-
-class ScreenConnection : public Screen{
- private:
- lv_obj_t *abortButton;
- lv_obj_t *qrCode;
-
- static void callbackEventAbort(lv_event_t *e){
- event(EVENT_BUTTON_ABORT);
- }
-
- protected:
- public:
- ScreenConnection(){
- //Set the "instruction
- lv_label_set_text(instructionLabel, "Scan the QR-Code with your Taler Wallet App");
-
- //Add button "Abort"
- abortButton = lv_button_create(buttonsContainer);
- lv_obj_add_style(abortButton, &buttonDefaultStyle, 0);
- lv_obj_t *label = lv_label_create(abortButton);
- lv_label_set_text(label, "Abort");
- lv_obj_add_style(label, &buttonLabelDefaultStyle, 0);
- lv_obj_add_event_cb(abortButton, callbackEventAbort, LV_EVENT_CLICKED, NULL);
-
- //Add QR-Code
- qrCode = lv_qrcode_create(mainContentContainer);
- lv_qrcode_set_size(qrCode, 150);
- lv_qrcode_set_dark_color(qrCode, lv_color_black());
- lv_qrcode_set_light_color(qrCode, lv_color_white());
- }
-
- void generateQR(const char* uri){
- lv_qrcode_update(qrCode, uri, strlen(uri));
- lv_obj_center(qrCode);
- }
-};
-
-#endif
diff --git a/src/gui/screenIdentification.cpp b/src/gui/screenIdentification.cpp
@@ -1 +0,0 @@
-#include "screenIdentification.hpp"
diff --git a/src/gui/screenIdentification.hpp b/src/gui/screenIdentification.hpp
@@ -1,48 +0,0 @@
-#ifndef SCREEN_IDENTIFICATION_H
-#define SCREEN_IDENTIFICATION_H
-
-#include "screen.hpp"
-#include <src/misc/lv_types.h>
-#include <src/widgets/label/lv_label.h>
-
-#include "global.hpp"
-
-class ScreenIdentification : public Screen {
- private:
- lv_obj_t *abortButton;
- lv_obj_t *identButton;
-
- static void abortButtonEvent(lv_event_t *e){
- event(EVENT_BUTTON_ABORT);
- }
-
- static void identButtonEvent(lv_event_t *e){
- event(EVENT_IDENTIFICATION_SUCCESS);
- }
-
- protected:
- public:
- ScreenIdentification(){
- //Set the instruction
- lv_label_set_text(instructionLabel, "Identificate presenting a NFC-Tag to the NFC-Reader.");
-
-
- //Add button "Abort"
- abortButton = lv_button_create(buttonsContainer);
- lv_obj_add_style(abortButton, &buttonDefaultStyle, 0);
- lv_obj_t *label = lv_label_create(abortButton);
- lv_label_set_text(label, "Abort");
- lv_obj_add_style(label, &buttonLabelDefaultStyle, 0);
- lv_obj_add_event_cb(abortButton, abortButtonEvent, LV_EVENT_CLICKED, NULL);
-
- //Add button "Identificate" as long as identification is not implemented...
- identButton = lv_button_create(buttonsContainer);
- lv_obj_add_style(identButton, &buttonDefaultStyle, 0);
- label = lv_label_create(identButton);
- lv_label_set_text(label, "Identificate");
- lv_obj_add_style(label, &buttonLabelDefaultStyle, 0);
- lv_obj_add_event_cb(identButton, identButtonEvent, LV_EVENT_CLICKED, NULL);
-
- }
-};
-#endif
diff --git a/src/gui/screenWelcome.cpp b/src/gui/screenWelcome.cpp
@@ -1 +0,0 @@
-#include "screenWelcomme.hpp"
diff --git a/src/gui/screenWelcomme.hpp b/src/gui/screenWelcomme.hpp
@@ -1,41 +0,0 @@
-#ifndef SCREEN_WELCOME_H
-#define SCREEN_WELCOME_H
-#include "screen.hpp"
-#include <cstdint>
-#include <functional>
-#include <src/core/lv_obj_event.h>
-#include <src/core/lv_obj_pos.h>
-#include <src/core/lv_obj_style.h>
-#include <src/misc/lv_area.h>
-#include <src/misc/lv_event.h>
-#include <src/misc/lv_types.h>
-#include <src/widgets/button/lv_button.h>
-#include <src/widgets/label/lv_label.h>
-
-#include "global.hpp"
-
-
-class ScreenWelcome : public Screen {
-private:
- lv_obj_t *startButton;
-
- static void startButtonEvent(lv_event_t *e){
- event(EVENT_BUTTON_START);
- }
-
- public:
- ScreenWelcome(){
- //Set set the "instruction"
- lv_label_set_text(instructionLabel, "Press Start to begin...");
-
-
- //Add button "Start"
- startButton = lv_button_create(buttonsContainer);
- lv_obj_add_style(startButton, &buttonDefaultStyle, 0);
- lv_obj_t *label = lv_label_create(startButton);
- lv_label_set_text(label, "Start");
- lv_obj_add_style(label, &buttonLabelDefaultStyle, 0);
- lv_obj_add_event_cb(startButton, startButtonEvent, LV_EVENT_CLICKED, NULL);
- }
-};
-#endif
diff --git a/src/gui/touch.txt b/src/gui/touch.txt
@@ -1,5 +0,0 @@
-/dev/input/event4
-
-Input device ID: bus 0x18 vendor 0x0 product 0x0 version 0x0
-Input device Name: "10--0038 generic ft5x06 (79)"
-
diff --git a/src/identification/CMakeLists.txt b/src/identification/CMakeLists.txt
diff --git a/src/identification/Makefile b/src/identification/Makefile
@@ -1,189 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.25
-
-# Default target executed when no arguments are given to make.
-default_target: all
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Disable VCS-based implicit rules.
-% : %,v
-
-# Disable VCS-based implicit rules.
-% : RCS/%
-
-# Disable VCS-based implicit rules.
-% : RCS/%,v
-
-# Disable VCS-based implicit rules.
-% : SCCS/s.%
-
-# Disable VCS-based implicit rules.
-% : s.%
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Command-line flag to silence nested $(MAKE).
-$(VERBOSE)MAKESILENT = -s
-
-#Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E rm -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
- /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-.PHONY : edit_cache/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-.PHONY : rebuild_cache/fast
-
-# Special rule for the target list_install_components
-list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-.PHONY : list_install_components/fast
-
-# Special rule for the target install
-install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# Special rule for the target install/local
-install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles /home/cash2ecash/Documents/cash2ecash/src/identification//CMakeFiles/progress.marks
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 identification/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 identification/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 identification/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 identification/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... install"
- @echo "... install/local"
- @echo "... install/strip"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/src/include/bank.hpp b/src/include/bank.hpp
@@ -1,6 +0,0 @@
-#ifndef BANK_H
-#define BANK_H
-
-#include "../bank/bankCommunication.hpp"
-
-#endif
diff --git a/src/include/cashacceptors.hpp b/src/include/cashacceptors.hpp
@@ -1 +0,0 @@
-#include "../cashacceptor/dg600f.hpp"
diff --git a/src/include/global.hpp b/src/include/global.hpp
@@ -1,24 +0,0 @@
-#ifndef GLOBAL_H
-#define GLOBAL_H
-
-enum event_e {
- EVENT_INITIALIZE,
- EVENT_BUTTON_START,
- EVENT_BUTTON_ABORT,
- EVENT_BUTTON_FINISH_CASHIN,
- EVENT_WAKEUP,
- EVENT_SLEEP,
- EVENT_TIMEOUT,
- EVENT_IDENTIFICATION_SUCCESS,
- EVENT_BANK_TOKEN_DONE,
- EVENT_BANK_WITHDRAWAL_DONE,
- EVENT_BANK_W_STATUS_SELECTED,
- EVENT_BANK_W_STATUS_PENDING,
- EVENT_BANK_W_CONFIRMATION_DONE,
- ENUM_EVENT_END
-};
-#define NUMBER_OF_EVENTS 13
-
-void event(event_e event);
-
-#endif
diff --git a/src/include/gui.hpp b/src/include/gui.hpp
@@ -1,5 +0,0 @@
-#include "../gui/gui.hpp"
-#include "../gui/screenWelcomme.hpp"
-#include "../gui/screenIdentification.hpp"
-#include "../gui/screenConnection.hpp"
-#include "../gui/screenAcceptCash.hpp"
diff --git a/src/include/utils.hpp b/src/include/utils.hpp
@@ -1 +0,0 @@
-#include "../utils/timer.hpp"
diff --git a/src/utils/CMakeLists.txt b/src/utils/CMakeLists.txt
@@ -1 +0,0 @@
-add_library(utils timer.cpp)
diff --git a/src/utils/Makefile b/src/utils/Makefile
@@ -1,231 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.25
-
-# Default target executed when no arguments are given to make.
-default_target: all
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Disable VCS-based implicit rules.
-% : %,v
-
-# Disable VCS-based implicit rules.
-% : RCS/%
-
-# Disable VCS-based implicit rules.
-% : RCS/%,v
-
-# Disable VCS-based implicit rules.
-% : SCCS/s.%
-
-# Disable VCS-based implicit rules.
-% : s.%
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Command-line flag to silence nested $(MAKE).
-$(VERBOSE)MAKESILENT = -s
-
-#Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E rm -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/cash2ecash/Documents/cash2ecash/src
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
- /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-.PHONY : edit_cache/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-.PHONY : rebuild_cache/fast
-
-# Special rule for the target list_install_components
-list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-.PHONY : list_install_components/fast
-
-# Special rule for the target install
-install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# Special rule for the target install/local
-install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles /home/cash2ecash/Documents/cash2ecash/src/utils//CMakeFiles/progress.marks
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/cash2ecash/Documents/cash2ecash/src/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Convenience name for target.
-utils/CMakeFiles/utils.dir/rule:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/CMakeFiles/utils.dir/rule
-.PHONY : utils/CMakeFiles/utils.dir/rule
-
-# Convenience name for target.
-utils: utils/CMakeFiles/utils.dir/rule
-.PHONY : utils
-
-# fast build rule for target.
-utils/fast:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/utils.dir/build.make utils/CMakeFiles/utils.dir/build
-.PHONY : utils/fast
-
-timer.o: timer.cpp.o
-.PHONY : timer.o
-
-# target to build an object file
-timer.cpp.o:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/utils.dir/build.make utils/CMakeFiles/utils.dir/timer.cpp.o
-.PHONY : timer.cpp.o
-
-timer.i: timer.cpp.i
-.PHONY : timer.i
-
-# target to preprocess a source file
-timer.cpp.i:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/utils.dir/build.make utils/CMakeFiles/utils.dir/timer.cpp.i
-.PHONY : timer.cpp.i
-
-timer.s: timer.cpp.s
-.PHONY : timer.s
-
-# target to generate assembly for a file
-timer.cpp.s:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/utils.dir/build.make utils/CMakeFiles/utils.dir/timer.cpp.s
-.PHONY : timer.cpp.s
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... install"
- @echo "... install/local"
- @echo "... install/strip"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
- @echo "... utils"
- @echo "... timer.o"
- @echo "... timer.i"
- @echo "... timer.s"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /home/cash2ecash/Documents/cash2ecash/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/src/utils/timer.cpp b/src/utils/timer.cpp
@@ -1 +0,0 @@
-#include "timer.hpp"
diff --git a/src/utils/timer.hpp b/src/utils/timer.hpp
@@ -1,22 +0,0 @@
-#include <chrono>
-#include <ratio>
-
-
-class Timer{
- private:
- std::chrono::duration<int, std::ratio<1,1000>> duration_ms = std::chrono::milliseconds(0);
- std::chrono::time_point<std::chrono::steady_clock> timepoint = std::chrono::steady_clock::now();
- protected:
- public:
- void setTimeMillis(int time){
- duration_ms = std::chrono::milliseconds(time);
- }
-
- void start(){
- timepoint = std::chrono::steady_clock::now();
- }
-
- bool over(){
- return duration_ms <= (std::chrono::steady_clock::now() - timepoint);
- }
-};
diff --git a/thinker/CoinAcceptor/src/CMakeLists.txt b/thinker/CoinAcceptor/src/CMakeLists.txt
@@ -7,6 +7,15 @@ set(CMAKE_C_STANDARD 17)
set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_C_EXTENSIONS ON)
+# Librarys
+## Defining Librarys
+add_library(gpiod gpiod_wrapper.c)
+add_executable(CoinAcceptor main.c)
+
+## Linking Targets
+target_link_libraries(gpiod PRIVATE gpiod)
+target_link_libraries(CoinAcceptor PRIVATE gpiod)
+
add_executable(CoinAcceptor main.c)
target_link_libraries(CoinAcceptor PRIVATE gpiod)
diff --git a/thinker/lvgl_ctrl.c b/thinker/lvgl_ctrl.c
@@ -1,36 +0,0 @@
-#include "lvgl/lvgl.h"
-
-// Global flag to control the main loop
-static bool quit = false;
-
-// Event callback function
-static void event_cb(lv_event_t * e) {
- lv_event_code_t code = lv_event_get_code(e);
-
- // Check if a key was pressed
- if(code == LV_EVENT_KEY) {
- uint32_t key = lv_event_get_key(e); // Get the key code
-
- // Check if the Escape key was pressed
- if(key == LV_KEY_ESC) {
- quit = true; // Set the flag to exit the loop
- }
- }
-}
-
-int main() {
- // ... Initialize LVGL, display driver, input driver, etc. ...
-
- // Add the event callback to the current screen
- lv_obj_t * screen = lv_scr_act();
- lv_obj_add_event_cb(screen, event_cb, LV_EVENT_KEY, NULL);
-
- // Main loop
- while(!quit) {
- lv_timer_handler(); /* let the GUI do its work */
- usleep(5000); /* sleep for 5 ms */
- }
-
- // Cleanup and exit
- return 0;
-}
-\ No newline at end of file
diff --git a/thinker/taler_api/CMakeLists.txt b/thinker/taler_api/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Project Config
+cmake_minimum_required(VERSION 3.13)
+project(CoinAcceptor LANGUAGES C )
+
+# Langage requirements
+set(CMAKE_C_STANDARD 17)
+set(CMAKE_C_STANDARD_REQUIRED ON)
+set(CMAKE_C_EXTENSIONS ON)
+
+add_subdirectory(src)
diff --git a/thinker/taler_api/CMakePresets.json b/thinker/taler_api/CMakePresets.json
@@ -0,0 +1,14 @@
+{
+ "version": 3,
+ "configurePresets": [
+ {
+ "name": "debug",
+ "binaryDir": "${sourceDir}/build/debug",
+ "cacheVariables": {
+ "CMAKE_BUILD_TYPE": "Debug",
+ "CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
+ "CMAKE_C_FLAGS": "-Wall -Wextra"
+ }
+ }
+ ]
+}
diff --git a/thinker/taler_api/src/CMakeLists.txt b/thinker/taler_api/src/CMakeLists.txt
@@ -0,0 +1,16 @@
+# Add files
+#add_library(wrapper ssss.c
+add_executable(taler-api main.c)
+
+# libs
+find_package(CURL REQUIRED)
+find_package(PkgConfig REQUIRED)
+pkg_check_modules(GNUNET REQUIRED gnunetutil)
+
+# Manage libs
+target_link_libraries(taler-api
+ PRIVATE
+ CURL::libcurl
+ gnunetutil
+)
+
diff --git a/thinker/taler_api/src/main.c b/thinker/taler_api/src/main.c
@@ -0,0 +1,101 @@
+#include <stdio.h>
+//#include <qrencode.h>
+#include <taler/taler_util.h>
+#include <taler/taler_curl_lib.h>
+#include <curl/curl.h>
+
+//CLI Controlls
+enum command{
+ quit = 'q',
+ up = 'w',
+ down = 's'
+};
+static char keyInput = down;
+
+// CONFIGS
+#define TALER_EXCHANGE_URL "https://exchange.demo.taler.net/config"
+//#define TALER_HTTP_REQUEST_CONTENT_TYPE "application/json"
+
+/**
+ * Taler client Cash Digitizer errors.
+ */
+enum DIGITIZER_ErrorCode
+{
+ /**
+ * indicate success (no error)
+ */
+ DIGITIZER_EC_NONE = 0,
+
+ /**
+ * non specific fail
+ */
+ DIGITIZER_EC_GENERIC = 1,
+};
+
+
+/**
+ * return from main(). 0 on success, non-zero on errors.
+ */
+int main(void)
+{
+ printf("Send money to wallet\n");
+ enum DIGITIZER_ErrorCode ret = 0;
+
+ /*** Init Curl ***/
+ CURL *curl;
+
+
+ if(curl_global_init(CURL_GLOBAL_ALL)!= CURLE_OK)
+ {
+ TALER_LOG_ERROR("curl_global_init() failed at %s:%d\n", __FILE__, __LINE__);
+ return DIGITIZER_EC_GENERIC;
+ }
+
+
+ curl = curl_easy_init();
+ if(NULL == curl)
+ {
+ TALER_LOG_ERROR("curl_easy_init() failed at %s:%d\n", __FILE__, __LINE__);
+ ret = DIGITIZER_EC_GENERIC;
+ }
+ else
+ {
+ // GET /cocnfig
+ if(curl_easy_setopt(curl, CURLOPT_URL, TALER_EXCHANGE_URL) != CURLE_OK)
+ {
+ TALER_LOG_ERROR("curl_easy_setopt() failed at %s:%d\n", __FILE__, __LINE__);
+ ret = DIGITIZER_EC_GENERIC;
+ }
+ else if(curl_easy_perform(curl) != CURLE_OK)
+ {
+ TALER_LOG_ERROR("curl_easy_perform() failed at %s:%d\n", __FILE__, __LINE__);
+ ret = DIGITIZER_EC_GENERIC;
+ }
+ curl_easy_cleanup(curl);
+ }
+
+
+ /*** Init HTTP Message
+ struct TALER_CURL_PostContext *ctx = {
+
+ // JSON encoding of the request to POST.
+ char *json_enc;
+
+ // Custom headers.
+ struct curl_slist *headers;
+
+ //Set to true to disable compression of the body.
+ bool disable_compression;
+ };
+ json_t *body;
+
+
+ if(TALER_curl_easy_post(ctx, curl, body) != GNUNET_OK)
+ {
+ TALER_LOG_ERROR("TALER_curl_easy_post() failed at %s:%d\n", __FILE__, __LINE__);
+ return 1;
+ }
+ */
+
+ return ret;
+}