|
@ -3,9 +3,10 @@ target_link_libraries(decoder_main PUBLIC decoder) |
|
|
if(IPEX) |
|
|
if(IPEX) |
|
|
target_link_libraries(decoder_main PUBLIC "${TORCH_IPEX_LIBRARIES}") |
|
|
target_link_libraries(decoder_main PUBLIC "${TORCH_IPEX_LIBRARIES}") |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
message(STATUS "gflags_LIBRARIES: ${gflags_LIBRARIES}") |
|
|
|
|
|
|
|
|
add_executable(label_checker_main label_checker_main.cc) |
|
|
add_executable(label_checker_main label_checker_main.cc) |
|
|
target_link_libraries(label_checker_main PUBLIC decoder) |
|
|
|
|
|
|
|
|
target_link_libraries(label_checker_main PUBLIC decoder gflags_nothreads_static) |
|
|
|
|
|
|
|
|
if(TORCH) |
|
|
if(TORCH) |
|
|
add_executable(api_main api_main.cc) |
|
|
add_executable(api_main api_main.cc) |
|
|