Skip to content

Commit 3716ca0

Browse files
committed
Update minimum CMake, add ASM to the project type
1 parent a6e4546 commit 3716ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pico_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ def GenerateCMake(folder, params):
872872

873873
file.write('set(PICO_SDK_PATH ' + p + ')\n\n')
874874
file.write(cmake_header2)
875-
file.write('project(' + params.projectName + ' C CXX)\n\n')
875+
file.write('project(' + params.projectName + ' C CXX ASM)\n\n')
876876
file.write(cmake_header3)
877877

878878
# add the preprocessor defines for overall configuration

0 commit comments

Comments
 (0)