1
0
Fork 0
firefox/third_party/rust/audio_thread_priority/Makefile
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

8 lines
266 B
Makefile

all: target/debug/libaudio_thread_priority.a
g++ atp_test.cpp target/debug/libaudio_thread_priority.a -I. -lpthread -ldbus-1 -ldl -g -o atp_test
check:
@./atp_test && echo "test passed" || echo "test failed"
target/debug/libaudio_thread_priority.a:
cargo build