diff options
Diffstat (limited to 'Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h')
-rw-r--r-- | Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h b/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h index 4bbf23f..7d58b10 100644 --- a/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h +++ b/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h @@ -1,4 +1,4 @@ #ifdef _WIN32 __declspec(dllexport) #endif -int staticlib1(); + int staticlib1(); |