diff options
Diffstat (limited to 'Tests/CMakeCommands/target_link_libraries/depG.cpp')
-rw-r--r-- | Tests/CMakeCommands/target_link_libraries/depG.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/depG.cpp b/Tests/CMakeCommands/target_link_libraries/depG.cpp new file mode 100644 index 0000000..65b9655 --- /dev/null +++ b/Tests/CMakeCommands/target_link_libraries/depG.cpp @@ -0,0 +1,7 @@ + +#include "depG.h" + +int DepG::foo() +{ + return 0; +} |