diff options
Diffstat (limited to 'Tests/RunCMake/target_link_libraries/main.cxx')
-rw-r--r-- | Tests/RunCMake/target_link_libraries/main.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/RunCMake/target_link_libraries/main.cxx b/Tests/RunCMake/target_link_libraries/main.cxx deleted file mode 100644 index ffaa3b4..0000000 --- a/Tests/RunCMake/target_link_libraries/main.cxx +++ /dev/null @@ -1,12 +0,0 @@ - -#if defined(_WIN32) -__declspec(dllimport) -#endif - void func_cxx(); - -int main() -{ - func_cxx(); - - return 0; -} |