Skip to content

Commit

Permalink
Fix windows examples target
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Mar 23, 2024
1 parent 2e24b29 commit 9171695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ elseif(MSVC)
add_example(z_pub windows/z_pub.c)
add_example(z_pub_st windows/z_pub_st.c)
add_example(z_sub windows/z_sub.c)
add_example(z_sub windows/z_sub_channel.c)
add_example(z_sub_channel windows/z_sub_channel.c)
add_example(z_sub_st windows/z_sub_st.c)
add_example(z_sub_channel windows/z_pull.c)
add_example(z_pull windows/z_pull.c)
add_example(z_get windows/z_get.c)
add_example(z_queryable windows/z_queryable.c)
add_example(z_info windows/z_info.c)
Expand Down
2 changes: 1 addition & 1 deletion zenohpico.pc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ prefix=/usr/local
Name: zenohpico
Description:
URL:
Version: 0.11.20240322dev
Version: 0.11.20240323dev
Cflags: -I${prefix}/include
Libs: -L${prefix}/lib -lzenohpico

0 comments on commit 9171695

Please sign in to comment.