You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,11 @@ Simple and Fast header only Bitmap (BMP) library
6
6
7
7
## Integration
8
8
9
-
You can either download the header file and use it your project directly, or you can leverage CMake for this. The library can be easily integrated with FetchContent or through CPM. An example of CPM integration can be found [here](integration_tests/cpm).
9
+
You can either download the header file and use it your project directly, or you can leverage CMake for this.
10
+
The library can be easily integrated with FetchContent or through CPM.<br>
11
+
An example of CPM integration can be found [here](integration_tests/cpm).<br>
12
+
An example of FetchContent integration can be found [here](integration_tests/fetchcontent).
0 commit comments