Skip to content

Commit

Permalink
Rename helloworld example -> hello_world
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Apr 12, 2024
1 parent 4836990 commit 5a3a749
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function(add_example name)
endfunction()

add_example(copy)
add_example(helloworld)
add_example(hello_world)
add_example(int_format)
add_example(paste)
if(CLIP_ENABLE_IMAGE)
Expand Down
File renamed without changes.

0 comments on commit 5a3a749

Please sign in to comment.