Skip to content

Commit 8f0809d

Browse files
committed
add unbufcp5 example
1 parent 384a2d6 commit 8f0809d

File tree

2 files changed

+404
-0
lines changed

2 files changed

+404
-0
lines changed

example/unbufcpy/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ add_executable(unbufcp1 unbufcp1/unbufcp1.c)
33
add_executable(unbufcp2 unbufcp2/unbufcp2.cpp)
44
add_executable(unbufcp3 unbufcp3/unbufcp3.cpp)
55
add_executable(unbufcp4 unbufcp4/unbufcp4.cpp)
6+
add_executable(unbufcp5 unbufcp5/unbufcp5.cpp)
67
set_target_properties(unbufcp1 PROPERTIES FOLDER "examples")
78
set_target_properties(unbufcp2 PROPERTIES FOLDER "examples")
89
set_target_properties(unbufcp3 PROPERTIES FOLDER "examples")
910
set_target_properties(unbufcp4 PROPERTIES FOLDER "examples")
11+
set_target_properties(unbufcp5 PROPERTIES FOLDER "examples")

0 commit comments

Comments
 (0)