Closed masterleinad closed 7 years ago
Create a corresponding *.cc file for each header file just including the header file and
*.cc
int main() { return 0; }
and make sure this compiles.
Create a corresponding
*.cc
file for each header file just including the header file andand make sure this compiles.