mirror of
https://github.com/reactos/CMake.git
synced 2025-03-06 02:48:38 +00:00

The Watcom tools do not seem to like our wrapFLTK executable to mix C and C++ sources. Work around this by using C++ for both sources.
2 lines
29 B
C++
2 lines
29 B
C++
int main(void) { return 0; }
|