Skip to content

Commit

Permalink
Use progress_c lib in C test
Browse files Browse the repository at this point in the history
  • Loading branch information
mewall committed Nov 30, 2023
1 parent b375c61 commit 07cc07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target_link_libraries(main progress ${LINK_LIBRARIES})

add_executable(main_c
src/main.c)
target_link_libraries(main_c progress ${LINK_LIBRARIES})
target_link_libraries(main_c progress_c ${LINK_LIBRARIES})

set_target_properties(main
PROPERTIES
Expand Down

0 comments on commit 07cc07b

Please sign in to comment.