-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cmake config and project layout #26
base: master
Are you sure you want to change the base?
Cmake config and project layout #26
Conversation
Looks like nobody home :-| |
Well, people are following this repo but @TheWisp does not seem very active (last activity on GitHub was in December 2021 when he/she forked https://github.com/TheWisp/coroutine_experiments from upstream). So I would leave this PR open and maybe one day this repo will make it under some organization or it will be resurrected by @TheWisp 😉. |
Hi, @dumblob! |
That's good news @Mezozoysky ! Could you turn on the "Issues" tab in your repository so that we can discuss some potential bugs, suggestions, improvements etc.? I have commented in this original repo on several issues which I consider having the highest priority: https://github.com/TheWisp/signals/issues?q=is%3Aissue+involves%3Adumblob . I could then transfer these suggestions to your new repo to have some roadmap starting point if you like. |
I've turned on "Issues" and "Discussions", You welcome! |
Added the ability to install signals as a library and to look for it using find_package(FTengSignals), etc..
United everything under one umbrella CMake-project.
Targets are FTengSignals::Signals, FTengSignals::TestApp, FTengSignals::Benchmarks.