CMake/Tests/CMakeCommands/target_link_libraries/depG.cpp

8 lines
52 B
C++

#include "depG.h"
int DepG::foo()
{
return 0;
}