7 lines
194 B
C++
7 lines
194 B
C++
// File used by cmake to check for c++11 support
|
|
// See: CmakeLists.txt
|
|
|
|
// Just a symbol named 'main' is required for compilation to succeed.
|
|
// It does not have to be a function :-)
|
|
int main;
|