1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

fix cmake dependencies for

This commit is contained in:
Alberto Fanjul 2022-10-29 01:01:40 +02:00
parent 72f61549d9
commit 175495c729
6 changed files with 8 additions and 2 deletions

View file

@ -20,6 +20,7 @@ if(CHECK_FOUND)
target_link_libraries(test_wpas ${GLIB2_LIBRARIES})
target_link_libraries(test_wpas ${CHECK_LIBRARIES})
target_link_libraries(test_wpas ${CHECK_CFLAGS})
target_link_libraries(test_wpas m)
set(test_valgrind_SOURCES test_common.h test_valgrind.c)
add_executable(test_valgrind ${test_valgrind_SOURCES})