Merge "Keep c++ flags from environment." into devel/master
[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 for builds where an application resource directory is NOT explicity defined.
4  */
5
6 #include <cstdlib>
7
8 int dali_demo_RESOURCE_DIR = setenv("DALI_APPLICATION_PACKAGE",  "@APP_DATA_RES_DIR@" , 1);