canbusload dep fix

pull/90/head
Joel Winarske 2018-08-14 09:18:11 -07:00
parent 1a4846cf5c
commit b6efbc2f54
1 changed files with 2 additions and 1 deletions

View File

@ -40,8 +40,9 @@ if(NOT ANDROID)
endif()
foreach(name ${PROGRAMS})
set(SRC_DEPS)
if("${name}" STREQUAL "canbusload")
set(SRC_DEPS canframelen)
set(SRC_DEPS canframelen.c)
elseif("${name}" IN_LIST PROGRAMS_J1939)
set(SRC_DEPS libj1939.c)
elseif("${name}" IN_LIST PROGRAMS_CANLIB)