mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 01:36:12 +08:00
test: Update CMake target source lists with alphabetic sorting
This commit is contained in:
@@ -14,14 +14,15 @@ add_library(OBS::test-input ALIAS test-input)
|
||||
|
||||
target_sources(
|
||||
test-input
|
||||
PRIVATE test-filter.c
|
||||
test-input.c
|
||||
test-sinewave.c
|
||||
PRIVATE # cmake-format: sortable
|
||||
sync-async-source.c
|
||||
sync-audio-buffering.c
|
||||
sync-pair-vid.c
|
||||
sync-pair-aud.c
|
||||
test-random.c)
|
||||
sync-pair-vid.c
|
||||
test-filter.c
|
||||
test-input.c
|
||||
test-random.c
|
||||
test-sinewave.c)
|
||||
|
||||
target_link_libraries(test-input PRIVATE OBS::libobs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user