Add dependency on client for tdtool. Build fails if parallel building is used otherwise
This commit is contained in:
parent
ed3ce34422
commit
95f93cd6d3
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ SET(tdtool_SRCS
|
|||
ADD_EXECUTABLE(tdtool
|
||||
${tdtool_SRCS}
|
||||
)
|
||||
ADD_DEPENDENCIES(tdtool ${telldus-core_TARGET})
|
||||
SIGN(tdtool)
|
||||
|
||||
INCLUDE_DIRECTORIES(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue