Skip to content

Commit

Permalink
bugfix moving targets to new folder
Browse files Browse the repository at this point in the history
  • Loading branch information
itzandroidtab authored Aug 11, 2024
1 parent ed118b6 commit 3a0ccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# set the sources
set(SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/main.cpp
${CMAKE_SOURCE_DIR}/targets/${TARGET_CPU}/startup.cpp
${CMAKE_SOURCE_DIR}/targets/chip/${TARGET_CPU}/startup.cpp
)

set(HEADERS)
Expand Down

0 comments on commit 3a0ccd9

Please sign in to comment.