Changeset 1ba9301e99b19e80eb0888fc0d7f8d0e0fd5a53e
- Timestamp:
- 20/05/08 22:11:16
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1211314276 +0200
- git-parent:
[d1e78644b51a81983feafcd45823a8820f43febe]
- git-author:
- Rafaël Carré <funman@videolan.org> 1211314221 +0200
- Message:
CMake : don't try to link unused targets
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd1e7864 |
r1ba9301 |
|
| 12 | 12 | target_link_libraries(test_libvlc_core libvlc) |
|---|
| 13 | 13 | target_link_libraries(test_libvlc_events libvlc) |
|---|
| 14 | | target_link_libraries(test_libvlc_media_player libvlc) |
|---|
| | 14 | #target_link_libraries(test_libvlc_media_player libvlc) |
|---|
| 15 | 15 | target_link_libraries(test_libvlc_media_list libvlc) |
|---|
| 16 | | target_link_libraries(test_libvlc_media_list_player libvlc) |
|---|
| 17 | | target_link_libraries(test_libvlc_meta libvlc) |
|---|
| | 16 | #target_link_libraries(test_libvlc_media_list_player libvlc) |
|---|
| | 17 | #target_link_libraries(test_libvlc_meta libvlc) |
|---|
| 18 | 18 | |
|---|
| 19 | 19 | set(SAMPLES_SERVER http://streams.videolan.org/streams-videolan/reference) |
|---|