We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3208d commit 9e64e9dCopy full SHA for 9e64e9d
README.md
@@ -6,7 +6,7 @@ How about using `CMakeLists.txt` files as simple as this?
6
7
```CMake
8
cmake_minimum_required(VERSION 3.19)
9
-project(CMakeBlink VERSION 0.1 LANGUAGES CXX)
+project(CMakeBlink LANGUAGES CXX)
10
add_executable(CMakeBlink CMakeBlink.ino)
11
```
12
tests/CMakeBlink/CMakeLists.txt
@@ -1,3 +1,3 @@
1
2
3
0 commit comments