Skip to content

Commit

Permalink
included missing starling find_package libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
RReichert committed Sep 13, 2020
1 parent 1605acc commit fc47377
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion FindStarling.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ option(starling_ENABLE_EXAMPLES "" OFF)
GenericFindDependency(
TARGET pvt-runner-lib
ADDITIONAL_TARGETS
math_routines
sensorfusion
pvt_driver
pvt-engine
pvt-common
pvt-engine
pvt-runner
pvt-sbp-logging
pvt-sizes
pvt-version
starling-build-config
starling-util
SYSTEM_HEADER_FILE "pvt_driver/runner/pvt_runner.h"
)

0 comments on commit fc47377

Please sign in to comment.