Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0de4a5ff4e8050a644cf4b89f291b1e15f98aaa1
/
.
/
Tests
/
RunCMake
/
CSharpReferenceImport
/
ImportLibNative.cxx
blob: 8e08b9a0ff2ca11c5495bdf69eaf7d72b1c6dfb0 [
file
]
#include
"ImportLibNative.h"
#include
<iostream>
void
ImportLibNative
::
Message
()
{
std
::
cout
<<
"ImportLibNative"
<<
std
::
endl
;
}