1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-11 14:50:24 +08:00

完善CMake安装

This commit is contained in:
fumiama
2021-05-19 23:00:25 +08:00
parent d4df0567d5
commit 4900e47b9e
9 changed files with 27 additions and 12 deletions

View File

@@ -4,9 +4,9 @@
#endif
#endif
#ifdef CPUBIT32
#include "./32/base1432le.h"
#include "./32/base14.h"
#endif
#ifdef CPUBIT64
#include "./64/base1464le.h"
#include "./64/base14.h"
#endif