Commit 1ba9301e authored by Rafaël Carré's avatar Rafaël Carré

CMake : don't try to link unused targets

parent d1e78644
......@@ -11,10 +11,10 @@ add_executable(test_libvlc_media_list libvlc/media_list.c)
target_link_libraries(test_libvlc_core libvlc)
target_link_libraries(test_libvlc_events libvlc)
target_link_libraries(test_libvlc_media_player libvlc)
#target_link_libraries(test_libvlc_media_player libvlc)
target_link_libraries(test_libvlc_media_list libvlc)
target_link_libraries(test_libvlc_media_list_player libvlc)
target_link_libraries(test_libvlc_meta libvlc)
#target_link_libraries(test_libvlc_media_list_player libvlc)
#target_link_libraries(test_libvlc_meta libvlc)
set(SAMPLES_SERVER http://streams.videolan.org/streams-videolan/reference)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment