1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

tests: fix name of target in dependencies

This commit is contained in:
Sébastien Helleu
2018-03-16 22:08:11 +01:00
parent 556b172a55
commit 9be08943ab
+1 -1
View File
@@ -64,7 +64,7 @@ set(LIBS
${CPPUTEST_LIBRARIES})
target_link_libraries(tests ${LIBS})
add_dependencies(tests
weechat_core weechat_plugins weechat_gui_common weechat_gui_curses
weechat_core weechat_plugins weechat_gui_common weechat_gui_headless
weechat_ncurses_fake
weechat_unit_tests)