7 lines
192 B
Text
7 lines
192 B
Text
DIRS += ["export"]
|
|
USE_LIBS += ["minidump-analyzer-export"]
|
|
# libm log/logf are required by the rust static library
|
|
OS_LIBS += ["m"]
|
|
|
|
SOURCES += ["lib.cpp"]
|
|
SharedLibrary("minidump_analyzer")
|