How can I use Lua with Windows and Android C++ project?

I want to write some script in Lua and use it in my Windows and Android C++ project but I don’t know how to get Lua works with C++ project. I already google it, but there is no anything that I am looking for.
Thanks in advance.

Hi, Awirut
You can open the TestLua project the samples/Lua/TestLua for 2.x version and build/ for 3.x version to see how to use lua

I already checked that sample. Is it only code by Lua?
What I want to do is code by C++, and use some scripts by Lua.