Commit d8862c8
committed
cmake: use project name instead of hardcoded name
This commit offers to give an arbitrary name to the Rust application
project under CMake.
Indeed, before this commit, the CMake project for the Rust application
had the name `librustapp`. Now, it can be set with any value.1 parent ce42e4b commit d8862c8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | | - | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments