> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rasmusj.dk/llms.txt
> Use this file to discover all available pages before exploring further.

# Spec files

> Making of specfiles

## CMake

Remember these lines when setting up cmake specfile

```bash theme={null}
BuildRequires: cmake >= 3.19
BuildRequires: cargo >= 1.40
BuildRequires: rust >= 1.40

%build
%cmake
%cmake_build

%install
%cmake_install
```
