We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08742d commit 3a4e872Copy full SHA for 3a4e872
FindStarling.cmake
@@ -2,7 +2,14 @@ include("GenericFindDependency")
2
option(starling_ENABLE_TESTS "" OFF)
3
option(starling_ENABLE_EXAMPLES "" OFF)
4
GenericFindDependency(
5
- TARGET starling
6
- SYSTEM_HEADER_FILE "starling/starling.h"
+ TARGET pvt-runner-lib
+ SOURCE_DIR starling
7
+ SYSTEM_HEADER_FILE "pvt_driver/runner/pvt_runner.h"
8
SYSTEM_INCLUDES
- )
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