mirror of https://github.com/alibaba/MNN.git
5 lines
202 B
C++
5 lines
202 B
C++
|
|
// A few build systems refuses to build a target from pure object library
|
||
|
|
// without at least one source file
|
||
|
|
// This is a dummy cpp that is used to work around this limitation
|
||
|
|
static int dummy=0x1337;
|