mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
7039d1fd9b
Use underscores instead of spaces for such Make tools.
10 lines
148 B
C++
10 lines
148 B
C++
#include "file_with_underscores.h"
|
|
#include "relative.h"
|
|
|
|
int main (int argc, char** argv)
|
|
{
|
|
file_with_underscores();
|
|
relative();
|
|
return 0;
|
|
}
|