1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 02:15:22 +02:00

Move sha256.c to lib/

Precompiled headers don't work if we're not a pure C++ project.
This commit is contained in:
Desour
2023-03-25 21:40:17 +01:00
committed by DS
parent 3120558dd1
commit cdbbac5b6d
9 changed files with 27 additions and 10 deletions

View File

@@ -565,6 +565,7 @@ if(BUILD_CLIENT)
${GMP_LIBRARY}
${JSON_LIBRARY}
${LUA_BIT_LIBRARY}
sha256
${FREETYPE_LIBRARY}
${PLATFORM_LIBS}
# on Android, Minetest depends on SDL2 directly
@@ -637,6 +638,7 @@ if(BUILD_SERVER)
${JSON_LIBRARY}
${LUA_LIBRARY}
${LUA_BIT_LIBRARY}
sha256
${GMP_LIBRARY}
${PLATFORM_LIBS}
)