914382224d
Makes it possible to specify the link dependencies and link interfaces in one command without repetition.
8 lines
52 B
C++
8 lines
52 B
C++
|
|
#include "depA.h"
|
|
|
|
int DepA::foo()
|
|
{
|
|
return 0;
|
|
}
|