memgraph/libs/__main.cpp
2017-02-20 01:25:57 +01:00

7 lines
150 B
C++

// empty cpp main file that is needed to generate
// target for cppitertools in order to import the lib properly in CLion
int main() {
return 0;
}