memgraph/libs/__main.cpp

7 lines
150 B
C++
Raw Normal View History

// 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;
}