mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-07 05:57:14 +00:00
fix non-unity build
This commit is contained in:
parent
85a4e09e17
commit
2fc0095b86
|
|
@ -1,6 +1,7 @@
|
|||
#include "Stitcher.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "StitchSlot.h"
|
||||
#include "Texture.h"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <ranges>
|
||||
#include <utility>
|
||||
#include <cassert>
|
||||
|
||||
#include "java/InputOutputStream/ByteArrayInputStream.h"
|
||||
#include "java/InputOutputStream/DataInputStream.h"
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
fs = import('fs')
|
||||
minecraft_sources = files(fs.read('sources.txt').strip().split('\n'))
|
||||
|
||||
crypto_dep = dependency('libcrypto') # for MD5 in Hasher.cpp on Linux
|
||||
|
||||
lib_minecraft = static_library('minecraft',
|
||||
minecraft_sources,
|
||||
dependencies : [
|
||||
|
|
|
|||
Loading…
Reference in a new issue