Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru authored Dec 25, 2023
1 parent a3b235b commit 5f70470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/100ask-t113i/load_c906/c906_firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else ()
set(PROJECT_GIT_HASH "")
endif ()

project(D1s-DRAM C CXX ASM)
project(T113-I_Miniloader C CXX ASM)

configure_file(
"${PROJECT_SOURCE_DIR}/config.h.in"
Expand All @@ -70,4 +70,4 @@ include_directories(
)

add_subdirectory(lib)
add_subdirectory(src)
add_subdirectory(src)

0 comments on commit 5f70470

Please sign in to comment.