Update build dependencies for compression library.

This commit is contained in:
njohnson 2025-09-10 21:54:57 -04:00
parent f3d0abb65e
commit 9b4852f393

View File

@ -3,7 +3,8 @@ TEMPLATE = lib
CONFIG += staticlib c++17
DEFINES += MINILZO_USE_STATIC
SOURCES += $$files($$PWD/*.cpp, true)
SOURCES += $$files($$PWD/*.cpp, true) \
$$files($$PWD/*.c, true)
HEADERS += $$files($$PWD/*.h, true)
LIBS += \