We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384a2d6 commit 8f0809dCopy full SHA for 8f0809d
example/unbufcpy/CMakeLists.txt
@@ -3,7 +3,9 @@ add_executable(unbufcp1 unbufcp1/unbufcp1.c)
3
add_executable(unbufcp2 unbufcp2/unbufcp2.cpp)
4
add_executable(unbufcp3 unbufcp3/unbufcp3.cpp)
5
add_executable(unbufcp4 unbufcp4/unbufcp4.cpp)
6
+add_executable(unbufcp5 unbufcp5/unbufcp5.cpp)
7
set_target_properties(unbufcp1 PROPERTIES FOLDER "examples")
8
set_target_properties(unbufcp2 PROPERTIES FOLDER "examples")
9
set_target_properties(unbufcp3 PROPERTIES FOLDER "examples")
10
set_target_properties(unbufcp4 PROPERTIES FOLDER "examples")
11
+set_target_properties(unbufcp5 PROPERTIES FOLDER "examples")
0 commit comments