Get cpack working for source and deb distribtions. Still need to check nsis and rpm

This commit is contained in:
Jason Turner
2010-03-29 15:32:20 +00:00
parent 7efb65a5c2
commit e11eca406d
7 changed files with 44 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ std::string hello_world()
return "Hello World";
}
CHAISCRIPT_MODULE_EXPORT chaiscript::ModulePtr create_chaiscript_module_test()
CHAISCRIPT_MODULE_EXPORT chaiscript::ModulePtr create_chaiscript_module_test_module()
{
chaiscript::ModulePtr m(new chaiscript::Module());