fix doc
This commit is contained in:
@ -195,7 +195,7 @@ func main(args)
|
|||||||
- in TStd::RegisterStd before register everything call TStd::RegisterMyPlugin(gc, env);
|
- in TStd::RegisterStd before register everything call TStd::RegisterMyPlugin(gc, env);
|
||||||
- in CMakeLists.txt within list(APPEND CROSSLANG_SOURCE **Many Source Files**) you must add src/runtime_methods/myplugin.cpp
|
- in CMakeLists.txt within list(APPEND CROSSLANG_SOURCE **Many Source Files**) you must add src/runtime_methods/myplugin.cpp
|
||||||
|
|
||||||
myplugin.cpp:
|
src/runtime_methods/myplugin.cpp:
|
||||||
```c++
|
```c++
|
||||||
#include <CrossLang.hpp>
|
#include <CrossLang.hpp>
|
||||||
namespace Tesses::CrossLang
|
namespace Tesses::CrossLang
|
||||||
|
|||||||
Reference in New Issue
Block a user