Skip to content

Commit 64a4419

Browse files
committed
Add project name to cmake build_docs
1 parent 737c88a commit 64a4419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ if (PICO_SDK_PATH)
2828

2929
return()
3030
elseif(BUILD_DOC)
31+
project(kxtj3 C ASM)
3132
# check if Doxygen is installed
3233
find_package(Doxygen)
3334
if (DOXYGEN_FOUND)

0 commit comments

Comments
 (0)