Skip to content

Commit 93566ee

Browse files
committed
aaaa
1 parent 179c018 commit 93566ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ include (CTest)
1212

1313
cmake_path(GET PROJECT_SOURCE_DIR PARENT_PATH PRJ_ROOT)
1414

15-
message("\nPROJECT ROOT at: " ${PRJ_ROOT})
15+
message("\n\nPROJECT ROOT at: " ${PRJ_ROOT})
1616
include_directories(./include)
17-
message("hej")
17+
message("Other Paths:")
1818

1919
set(arduinoCore ${PROJECT_SOURCE_DIR}/../cores/arduino )
2020
cmake_path(APPEND arduinoCore "${PRJ_ROOT}" "cores/arduino")

0 commit comments

Comments
 (0)