Skip to content

Commit 3a4e872

Browse files
authored
[POS-51] Update the FindStarling modules (#52)
1 parent a08742d commit 3a4e872

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

FindStarling.cmake

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ include("GenericFindDependency")
22
option(starling_ENABLE_TESTS "" OFF)
33
option(starling_ENABLE_EXAMPLES "" OFF)
44
GenericFindDependency(
5-
TARGET starling
6-
SYSTEM_HEADER_FILE "starling/starling.h"
5+
TARGET pvt-runner-lib
6+
SOURCE_DIR starling
7+
SYSTEM_HEADER_FILE "pvt_driver/runner/pvt_runner.h"
78
SYSTEM_INCLUDES
8-
)
9+
)
10+
11+
mark_target_as_system_includes(sensorfusion)
12+
mark_target_as_system_includes(pvt_driver)
13+
mark_target_as_system_includes(pvt-engine)
14+
mark_target_as_system_includes(pvt-common)
15+
mark_target_as_system_includes(starling-util)

0 commit comments

Comments
 (0)