mirror of https://github.com/LX3JL/xlxd.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
511 B
23 lines
511 B
add_executable(ambedtest
|
|
cambe.cpp cambe.h
|
|
cbuffer.cpp cbuffer.h
|
|
ccodecstream.cpp ccodecstream.h
|
|
cip.cpp cip.h
|
|
csemaphore.cpp csemaphore.h
|
|
ctimepoint.cpp ctimepoint.h
|
|
ctranscoder.cpp ctranscoder.h
|
|
cudpsocket.cpp cudpsocket.h
|
|
main.cpp main.h
|
|
samples.h)
|
|
|
|
target_link_libraries(ambedtest
|
|
LINK_PUBLIC
|
|
Threads::Threads)
|
|
|
|
target_compile_options(ambed
|
|
PRIVATE
|
|
-Wall)
|
|
|
|
add_test(ambedtest
|
|
ambedtest)
|