aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/LibuvCMakeLists.txt
Commit message (Collapse)AuthorAge
* build: rename build-related dirsJustin M. Keyes2022-06-28
| | | | | | | | | | | | | | Problem: Dirs "config", "packaging", and "third-party" are all closely related but this is not obvious from the layout. This adds friction for new contributors. Solution: - rename config/ to cmake.config/ - rename test/config/ to test/cmakeconfig/ because it is used in Lua tests: require('test.cmakeconfig.paths'). - rename packaging/ to cmake.packaging/ - rename third-party/ to cmake.deps/ (parallel with .deps/)
* build/win: LibuvCMakeLists.txt: adapt to moved headersJustin M. Keyes2018-11-01
| | | | | Headers were moved in v1.21.0 https://github.com/libuv/libuv/commit/99ae3edf28fd5c848e886e41ac3f4bd40538e24d
* Raise minimum CMake version to 2.8.12 and remove compat codeJames McCoy2018-06-18
| | | | | | | 2.8.12 is supported by our main CI targets and [repology] confirms that this is broadly supported. [repology]: https://repology.org/metapackage/cmake/information
* Change to use RUNTIME target for DLL installationerw72018-05-23
|
* Change to not use library prefix on MSVCerw72018-05-23
|
* Change conditions to more generallyerw72018-05-23
|
* Change to always use cmake to build libuv on Windowserw72018-05-22
|
* Change to use cmake to build libuverw72018-05-22
|
* build/windows: Add CMakeLists.txt for Libuv on Windowsb-r-o-c-k2018-03-18
Adding a CMakeLists.txt for Libuv removes the need for Python when building on Windows.