mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
fix[cmake]: Fix compile error on linux with asan
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: I90a815835048e7931d773f3dc5ed42cb39640ab6
This commit is contained in:
parent
2506f5df61
commit
ccee46d061
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ add_test(NAME vdpp_test COMMAND vdpp_test)
|
|||
|
||||
# hwpq test (call libvdpp.so)
|
||||
add_executable(hwpq_test hwpq_test.cpp)
|
||||
target_link_libraries(hwpq_test vdpp)
|
||||
target_link_libraries(hwpq_test vdpp ${ASAN_LIB})
|
||||
set_target_properties(hwpq_test PROPERTIES FOLDER "mpp/vproc/vdpp")
|
||||
add_test(NAME hwpq_test COMMAND hwpq_test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue