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