We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b145675 commit e8a0e8bCopy full SHA for e8a0e8b
CMakeLists.txt
@@ -4,7 +4,7 @@ set(SOURCES
4
${CMAKE_CURRENT_SOURCE_DIR}/button.cpp
5
6
# example for including the startup.cpp
7
- ${CMAKE_SOURCE_DIR}/targets/${TARGET_CPU}/startup.cpp
+ ${CMAKE_SOURCE_DIR}/targets/chip/${TARGET_CPU}/startup.cpp
8
)
9
10
set(HEADERS)
0 commit comments