Platform specific resource locations for dali demos
[platform/core/uifw/dali-demo.git] / build / tizen / resources-location.in
1 /**
2  * This file defines the location dali-demo resources
3    It is used exclusively for Ubuntu builds where an application resource directory is explicity defined.
4  */
5
6 #include <cstdlib>
7
8 int dali_demo_RESOURCE_DIR = setenv("DALI_APPLICATION_PACKAGE",  "@APP_DATA_RES_DIR@" , 1);