We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179c018 commit 93566eeCopy full SHA for 93566ee
test/CMakeLists.txt
@@ -12,9 +12,9 @@ include (CTest)
12
13
cmake_path(GET PROJECT_SOURCE_DIR PARENT_PATH PRJ_ROOT)
14
15
-message("\nPROJECT ROOT at: " ${PRJ_ROOT})
+message("\n\nPROJECT ROOT at: " ${PRJ_ROOT})
16
include_directories(./include)
17
-message("hej")
+message("Other Paths:")
18
19
set(arduinoCore ${PROJECT_SOURCE_DIR}/../cores/arduino )
20
cmake_path(APPEND arduinoCore "${PRJ_ROOT}" "cores/arduino")
0 commit comments