mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
15 lines
281 B
C
15 lines
281 B
C
/** @file */
|
|
|
|
#ifndef __COMGTK_ASSETS_H__
|
|
#define __COMGTK_ASSETS_H__
|
|
|
|
/**
|
|
* @def WINTC_ASSETS_DIR
|
|
*
|
|
* The absolute path for the directory that contains the assets for WinTC
|
|
* components.
|
|
*/
|
|
#define WINTC_ASSETS_DIR "@CMAKE_INSTALL_PREFIX@/@WINTC_ASSETS_INSTALL_DIR@"
|
|
|
|
#endif
|