Rogier ee0903ea78 Move empty.cpp to the cmake directory
It is only needed for a compilation test by cmake.
2016-06-28 11:43:46 +02:00

5 lines
109 B
C++

// File used by cmake to check for c++ standard support
// See: CmakeLists.txt
int main(void) { return 0; }