Commit Graph

5 Commits

Author SHA1 Message Date
patrick96 85d308cec8 Use libuv >= 1.3.0 2021-09-21 20:36:23 +02:00
patrick96 74d8cf281c cmake: Fix FindLibUV 2021-09-21 20:36:23 +02:00
patrick96 249c3ec141 Use libuv for the controller's event loop 2021-09-21 20:36:23 +02:00
patrick96 43d754bd1d cmake: Add modules for curl and alsa
Older versions of cmake (e.g. in Ubuntu 18.04) did not provide cmake
modules for these libraries that also created a target.

Fixes #2393
2021-03-01 00:05:44 +01:00
patrick96 923d9ae061 Add cmake files for configuring individual targets
This makes the code a bit less messy. We barely need if(BUILD_...)
guards inside the cmake files, just the root CMakeLists.txt.
2020-12-24 02:20:38 +01:00