Skip to content

Commit 64a9f00

Browse files
committed
Add compiler module index page
1 parent d6d389a commit 64a9f00

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Compiler
3+
description: How to use the compiler module.
4+
keywords: compiler, cmake
5+
author: RSP Systems A/S
6+
---
7+
8+
# Compiler
9+
10+
Module that contains compiler specific helpers and utilities.
11+
12+
## How to include
13+
14+
```cmake
15+
include("rsp/compiler")
16+
```

0 commit comments

Comments
 (0)