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