singnet / opencog

A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
http://wiki.opencog.org/w/Development
Other
14 stars 3 forks source link

Update CMakeLists.txt to export extra headers #52

Closed Ophien closed 5 years ago

Ophien commented 5 years ago

Recently, I have tried to deploy a session based GHOST service for SNET that uses several CogServers to manage MindAgents for exclusive sessions. Consequently, the included headers are needed in order to allow CogServer object to be created.

Need the following headers to use the CogServer object directly inside a c++ program. -AgentRunnnerBase.h -AgentRunnerThread.h

ngeiswei commented 5 years ago

Thanks @Ophien , can I ask you to create PR for https://github.com/opencog/opencog as well? That your change will be in upstream as well.

Ophien commented 5 years ago

Sure @ngeiswei , I've created the pull request for opencog/opencog, however it seems that some mods in its singnet fork weren't merged yet, so there are a lot of conflicts. I'll create a clean branch with cog's version and create a new request.

amebel commented 5 years ago

@Ophien You can git cherry-pick your commit on opencog/opencog branch. Since there haven't been any recent changes on the file you shouldn't have any conflict.