Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
d1e78644
Commit
d1e78644
authored
May 20, 2008
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cmake : disable samples downloading & related tests
parent
0e6016e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
extras/buildsystem/cmake/CMakeLists/test_CMakeLists.txt
extras/buildsystem/cmake/CMakeLists/test_CMakeLists.txt
+8
-8
No files found.
extras/buildsystem/cmake/CMakeLists/test_CMakeLists.txt
View file @
d1e78644
add_executable(test_libvlc_core libvlc/core.c)
add_executable(test_libvlc_core libvlc/core.c)
add_executable(test_libvlc_events libvlc/events.c)
add_executable(test_libvlc_events libvlc/events.c)
add_executable(test_libvlc_media_player libvlc/media_player.c
#
add_executable(test_libvlc_media_player libvlc/media_player.c
samples/test.sample)
#
samples/test.sample)
add_executable(test_libvlc_media_list libvlc/media_list.c)
add_executable(test_libvlc_media_list libvlc/media_list.c)
add_executable(test_libvlc_media_list_player libvlc/media_list_player.c
#
add_executable(test_libvlc_media_list_player libvlc/media_list_player.c
samples/test.sample)
#
samples/test.sample)
add_executable(test_libvlc_meta libvlc/meta.c
#
add_executable(test_libvlc_meta libvlc/meta.c
samples/meta.sample)
#
samples/meta.sample)
target_link_libraries(test_libvlc_core libvlc)
target_link_libraries(test_libvlc_core libvlc)
target_link_libraries(test_libvlc_events libvlc)
target_link_libraries(test_libvlc_events libvlc)
...
@@ -26,8 +26,8 @@ MACRO(download_sample sample dest)
...
@@ -26,8 +26,8 @@ MACRO(download_sample sample dest)
)
)
ENDMACRO(download_sample)
ENDMACRO(download_sample)
download_sample(avi/Hero-Div3.avi samples/test.sample)
#
download_sample(avi/Hero-Div3.avi samples/test.sample)
download_sample(metadata/id3tag/Wesh-Bonneville.mp3 samples/meta.sample)
#
download_sample(metadata/id3tag/Wesh-Bonneville.mp3 samples/meta.sample)
add_test(test_libvlc_core
add_test(test_libvlc_core
${CMAKE_CURRENT_BINARY_DIR}/test_libvlc_core)
${CMAKE_CURRENT_BINARY_DIR}/test_libvlc_core)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment