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
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
-
<divalign="center">
2
-
# CPP Expression Tree
3
-
4
-
Header-only C++14 library for creating and evaluating logical expression trees.
5
-
6
-
Inspired by m-peko/booleval.
7
-
</div>
1
+
2
+
# CPP Expression Tree
3
+
4
+
Header-only C++14 library for creating and evaluating logical expression trees.
5
+
6
+
Inspired by m-peko/booleval.
8
7
9
8
<br/>
10
9
@@ -81,6 +80,8 @@ To include this library in your project, simply copy the content of the `include
81
80
82
81
## Compiling
83
82
83
+
This project uses the CMake build system. The minimum CMake version is set to 3.10.
84
+
84
85
First, clone the git repository and navigate into the local copy. Once you're there, run the following commands:
85
86
86
87
```
@@ -93,6 +94,8 @@ make
93
94
94
95
After cloning and compiling the project, navigate to the build directory that was created. Enable the `BUILD_TESTING` CMake flag if it is not already enabled. Finally, run:
95
96
96
-
`ctest .`
97
+
```
98
+
ctest .
99
+
```
97
100
98
101
This will execute the unit tests and provide a pass/fail indication for each one.
0 commit comments