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:
parent
72f61549d9
commit
175495c729
6 changed files with 8 additions and 2 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue