Skip to content

Commit

Permalink
Link against progress_c in c example
Browse files Browse the repository at this point in the history
  • Loading branch information
mewall committed Nov 30, 2023
1 parent 07cc07b commit c92bdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endfunction(progress_example)
function(progress_c_example myexample path_to_example)
add_executable(${myexample} ${path_to_example})
target_link_libraries(${myexample} PUBLIC
progress
progress_c
${LINK_LIBRARIES})
set_target_properties(${myexample}
PROPERTIES
Expand Down

0 comments on commit c92bdea

Please sign in to comment.