mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-06 00:41:17 -05:00
8 lines
146 B
C
8 lines
146 B
C
|
#ifndef INCLUDE_MINIZ_H
|
||
|
#define INCLUDE_MINIZ_H
|
||
|
|
||
|
#define MINIZ_HEADER_FILE_ONLY
|
||
|
#include "../../sdrapp/util/miniz.cpp"
|
||
|
|
||
|
#endif // INCLUDE_MINIZ_H
|