resources-location.in 267 Bytes
/**
 * This file defines the location dali-demo resources.
 * It is used for builds where an application resource directory is NOT explicity defined.
 */

#include <cstdlib>

int dali_demo_RESOURCE_DIR = setenv("DALI_APPLICATION_PACKAGE",  "@APP_DATA_RES_DIR@" , 1);