Adding a device, MyDevice folder not shows up in the project of vtkPlusDataCollection project #934
Unanswered
1939938853
asked this question in
Q&A
Replies: 2 comments
-
Can you output the value of AimPosition_HDRS and AimPosition_SRCS and see if they have valid values? message("headers: ${AimPosition_HDRS}")
message("sources: ${AimPosition_SRCS}") |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems that the selected PLUS_USE_MyDevice camke option at the superbuild cmake config of plusBuild can not be passed to vtkPlusDataCollection project. Neither the defined variable in FindMyDevices.cmake at PlusBuild\Modules, can passed to vtkPlusDataCollection project. How this can be solved? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to add a device following the instruction here. But MyDevice folder not shows up in the project of vtkPlusDataCollection project. What can be the problem?
I followed every step in the instruction, and enabled my device AimPosition at cmake config of PlusBuild. Open the pluslib solution in pluslib-bin. My device folder PlusLib\src\PlusDataCollection\AimPosition, just not show up.

Beta Was this translation helpful? Give feedback.
All reactions