diff options
Diffstat (limited to 'Tests/CMakeCommands/target_link_libraries/depC.h')
-rw-r--r-- | Tests/CMakeCommands/target_link_libraries/depC.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/depC.h b/Tests/CMakeCommands/target_link_libraries/depC.h index 4d65c9e..01c9e06 100644 --- a/Tests/CMakeCommands/target_link_libraries/depC.h +++ b/Tests/CMakeCommands/target_link_libraries/depC.h @@ -8,5 +8,4 @@ struct DEPC_EXPORT DepC int foo(); DepA getA(); - }; |