at least window

This commit is contained in:
Nishi 2025-11-16 10:03:10 +09:00
commit e3ea52114d
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 35 additions and 8 deletions

6
include/config.h.in Normal file
View file

@ -0,0 +1,6 @@
#ifndef __CONFIG_H__
#define __CONFIG_H__
#define PREFIX "@CMAKE_INSTALL_PREFIX@"
#endif