Add minimal CMake build files

This commit is contained in:
Nishi 2026-06-18 08:34:16 +09:00
commit 2248f9e3aa
2 changed files with 58 additions and 0 deletions

13
config.h.cmake Normal file
View file

@ -0,0 +1,13 @@
#ifndef OCONFIGURE_CONFIG_H
#define OCONFIGURE_CONFIG_H
#cmakedefine01 HAVE_C99_STDINT
#ifndef HAVE_MD5
# define HAVE_MD5 1
#endif
#ifndef HAVE_SHA2
# define HAVE_SHA2 1
#endif
#endif /* OCONFIGURE_CONFIG_H */