|
@ -1,12 +1,11 @@ |
|
|
add_executable(decoder_main decoder_main.cc) |
|
|
add_executable(decoder_main decoder_main.cc) |
|
|
target_link_libraries(decoder_main PUBLIC decoder ${GFLAGS_LIBRARIES}) |
|
|
|
|
|
|
|
|
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_BUILD_DIR: ${GFLAGS_BUILD_DIR}") |
|
|
|
|
|
|
|
|
|
|
|
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 ${GFLAGS_LIBRARIES}) |
|
|
|
|
|
|
|
|
target_link_libraries(label_checker_main PUBLIC decoder) |
|
|
|
|
|
|
|
|
if(TORCH) |
|
|
if(TORCH) |
|
|
add_executable(api_main api_main.cc) |
|
|
add_executable(api_main api_main.cc) |
|
|