CMake/Tests/CMakeCommands/target_link_libraries/depA.cpp

8 lines
52 B
C++

#include "depA.h"
int DepA::foo()
{
return 0;
}