MNN/cmake/dummy.cpp

5 lines
202 B
C++
Raw Permalink Normal View History

2019-12-27 22:16:57 +08:00
// 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;