Skip to content

Commit

Permalink
add unbufcp4 that is based on unbufcp3.
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Jan 5, 2025
1 parent 93a2050 commit c8296cc
Show file tree
Hide file tree
Showing 2 changed files with 394 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 @@ -2,6 +2,8 @@
add_executable(unbufcp1 unbufcp1/unbufcp1.c)
add_executable(unbufcp2 unbufcp2/unbufcp2.cpp)
add_executable(unbufcp3 unbufcp3/unbufcp3.cpp)
add_executable(unbufcp4 unbufcp4/unbufcp4.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")
Loading

0 comments on commit c8296cc

Please sign in to comment.