Changeset d1e78644b51a81983feafcd45823a8820f43febe
- Timestamp:
- 20/05/08 22:11:15
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1211314275 +0200
- git-parent:
[0e6016e25fa45c57ab88c2e6b8dcc21f57bd89da]
- git-author:
- Rafaël Carré <funman@videolan.org> 1211314165 +0200
- Message:
Cmake : disable samples downloading & related tests
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc5b21fd |
rd1e7864 |
|
| 2 | 2 | add_executable(test_libvlc_core libvlc/core.c) |
|---|
| 3 | 3 | add_executable(test_libvlc_events libvlc/events.c) |
|---|
| 4 | | add_executable(test_libvlc_media_player libvlc/media_player.c |
|---|
| 5 | | samples/test.sample) |
|---|
| | 4 | #add_executable(test_libvlc_media_player libvlc/media_player.c |
|---|
| | 5 | # samples/test.sample) |
|---|
| 6 | 6 | add_executable(test_libvlc_media_list libvlc/media_list.c) |
|---|
| 7 | | add_executable(test_libvlc_media_list_player libvlc/media_list_player.c |
|---|
| 8 | | samples/test.sample) |
|---|
| 9 | | add_executable(test_libvlc_meta libvlc/meta.c |
|---|
| 10 | | samples/meta.sample) |
|---|
| | 7 | #add_executable(test_libvlc_media_list_player libvlc/media_list_player.c |
|---|
| | 8 | # samples/test.sample) |
|---|
| | 9 | #add_executable(test_libvlc_meta libvlc/meta.c |
|---|
| | 10 | # samples/meta.sample) |
|---|
| 11 | 11 | |
|---|
| 12 | 12 | target_link_libraries(test_libvlc_core libvlc) |
|---|
| … | … | |
| 27 | 27 | ENDMACRO(download_sample) |
|---|
| 28 | 28 | |
|---|
| 29 | | download_sample(avi/Hero-Div3.avi samples/test.sample) |
|---|
| 30 | | download_sample(metadata/id3tag/Wesh-Bonneville.mp3 samples/meta.sample) |
|---|
| | 29 | #download_sample(avi/Hero-Div3.avi samples/test.sample) |
|---|
| | 30 | #download_sample(metadata/id3tag/Wesh-Bonneville.mp3 samples/meta.sample) |
|---|
| 31 | 31 | |
|---|
| 32 | 32 | add_test(test_libvlc_core |
|---|