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 86208ed commit dc1a054Copy full SHA for dc1a054
example/CMakeLists.txt
@@ -20,3 +20,15 @@ target_link_libraries(calc5 ${add_link_deps})
20
21
add_executable(indent indent.cc)
22
target_link_libraries(indent ${add_link_deps})
23
+
24
+add_executable(docx docx.cc)
25
+target_link_libraries(docx ${add_link_deps})
26
27
+add_executable(sequence sequence.cc)
28
+target_link_libraries(sequence ${add_link_deps})
29
30
+add_executable(enter_leave enter_leave.cc)
31
+target_link_libraries(enter_leave ${add_link_deps})
32
33
+add_executable(choice choice.cc)
34
+target_link_libraries(choice ${add_link_deps})
0 commit comments