Skip to content

Commit

Permalink
Added more examples in example/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Jul 11, 2023
1 parent 86208ed commit dc1a054
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ target_link_libraries(calc5 ${add_link_deps})

add_executable(indent indent.cc)
target_link_libraries(indent ${add_link_deps})

add_executable(docx docx.cc)
target_link_libraries(docx ${add_link_deps})

add_executable(sequence sequence.cc)
target_link_libraries(sequence ${add_link_deps})

add_executable(enter_leave enter_leave.cc)
target_link_libraries(enter_leave ${add_link_deps})

add_executable(choice choice.cc)
target_link_libraries(choice ${add_link_deps})

0 comments on commit dc1a054

Please sign in to comment.