CMake configuration #1218
Replies: 2 comments 7 replies
-
The problem with "let's all gather around MY favorite build system"-mentalities is that it always fails to succeed because it only takes one good project to opt-out for the entire utopia to fall. Let's take OpenSSL for one - one of the most popular libraries in the world. It does not use CMake. So how come it still is used in pretty much every server project on earth? MY favorite build system is Make and it has been a standard since the 1970s. You can always propose improvements to it, but this project is not going to take the route of depending on Python, Perl, Golang and the whole JVM and Nodejs, just to pass a few flags to a compiler. |
Beta Was this translation helpful? Give feedback.
-
WARNING This example seems to be broken so it is just a concept? or something like that... In case someone is wondering how you could integrate uWebSockets into your own project using cmake...
That is it, you can include uWS in your fun.cpp just like in the examples. BEWARE the file lists may change! Check the repositories you cloned. |
Beta Was this translation helpful? Give feedback.
-
A CMake config would be nice. It would make integrating uWebsockets into some other projects easier.
cmake packages reference
Beta Was this translation helpful? Give feedback.
All reactions