Skip to content

Commit

Permalink
add unbufcp5 example
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Jan 5, 2025
1 parent 384a2d6 commit 8f0809d
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/unbufcpy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ add_executable(unbufcp1 unbufcp1/unbufcp1.c)
add_executable(unbufcp2 unbufcp2/unbufcp2.cpp)
add_executable(unbufcp3 unbufcp3/unbufcp3.cpp)
add_executable(unbufcp4 unbufcp4/unbufcp4.cpp)
add_executable(unbufcp5 unbufcp5/unbufcp5.cpp)
set_target_properties(unbufcp1 PROPERTIES FOLDER "examples")
set_target_properties(unbufcp2 PROPERTIES FOLDER "examples")
set_target_properties(unbufcp3 PROPERTIES FOLDER "examples")
set_target_properties(unbufcp4 PROPERTIES FOLDER "examples")
set_target_properties(unbufcp5 PROPERTIES FOLDER "examples")
Loading

0 comments on commit 8f0809d

Please sign in to comment.