Files
xfce-winxp-tc/shared/comgtk/public/assets.h.in
2024-03-02 22:17:49 +00:00

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