Files
horizon-packages/common/build-style
Đoàn Trần Công Danh 587bcae649 build-style/cmake: change policy to 3.5
Let's see if anything break before we switch the cmake-bootstrap to v4
2025-06-27 16:42:49 +07:00
..
2023-02-07 03:26:02 -05:00
2024-02-08 06:23:24 -05:00

BUILD STYLES
============

These shell snippets provide support for multiple build systems, i.e GNU configure,
CMake, etc. A build style file must provide at least the following functions:

	- do_configure
	- do_build
	- do_install

If a source package defines its own do_xxx() function, the function defined in
the build style file is simply ignored.