Skip to content

Commit 8ef3814

Browse files
authored
Add back comment and fix whitespace (#28)
1 parent 406ea78 commit 8ef3814

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
cmake_minimum_required(VERSION 3.15)
22

33
if(ESP_PLATFORM)
4-
idf_component_register(
4+
# Build as an ESP-IDF component
5+
idf_component_register(
56
SRCS "src/improv.cpp"
67
INCLUDE_DIRS "src"
78
)
8-
return()
9+
return()
910
endif()
1011

1112
project(improv VERSION 1.2.5)

0 commit comments

Comments
 (0)