-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cmake build system support #6
Conversation
@obiltschnig Hi again, did you have any plan to review this PR? Thanks a lot. |
Hi again Any plan to support this library? Thanks a lot |
Hi again, any update? |
Hi again Any update? |
Any updates? |
@obiltschnig Any update? |
@obiltschnig Did you any plan to review it? thanks |
This library is obviously stale. But looking at your pull, what is the reason for |
@aleks-f I do not understand your meaning, I add I change README.md because I add another way to building this project thanks |
I understand what this PR does. My question is: what is the reason for including |
@aleks-f because this project is design for build inside of original poco base code, so this https://github.com/soroshsabz/poco-dnssd#getting-started |
That just does not sound like a feasible development plan. Think about it: I clone poco repo; how do I now clone dnssd repo into the existing poco repo? The code should be in the |
@aleks-f Thanks for rapid replying As @obiltschnig says in README.md before I create CMake for this project: Clone into the root of an existing POCO source tree. The POCO Foundation and Net libraries are required. So developer must be know to where the code must be clone. for second your sentences, I agree with you that all of this project must be in poco repo, but separation of this repo decide by @obiltschnig not by me. (I think it is good to make all of this repo as subdirectory of poco repo), so I think all of my decision is consistent with previous poco-dnssd developers decision. thanks |
adjust it for poco and send a pull request |
@aleks-f I create PR pocoproject/poco#3933 for merging this into Poco project please review it thanks :) |
@aleks-f can you review this? thanks |
Merge in main poco branch So close this PR |
ITNOA
Hi,
I try to add cmake build system support to this project and test it in Linux environment. I try to consistent writing CMakeLists.txt like another project in POCO framework and I hope to little success to achieve it.