Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I change the name of the driver for customization? #10

Closed
Filmengineers opened this issue Jan 11, 2021 · 1 comment
Closed

How do I change the name of the driver for customization? #10

Filmengineers opened this issue Jan 11, 2021 · 1 comment

Comments

@Filmengineers
Copy link

I've been trying to change the name of the driver from "example" to "myownname". But i'm unable to find a way to do it. It simply creates folders under the name of "example".

Any help would be appreciated.

Thanks,
Vivek

@terminal29
Copy link
Owner

terminal29 commented Feb 10, 2021

Not sure if you fixed this, I haven't worked on the driver in a while but I'm fairly sure you have to set it in:

  • driver_files/driver/example rename this folder to myownname
  • driver_files/driver/example/driver.vrdrivermanifest rename name to myownname
  • CMakeLists.txt change set(DRIVER_NAME "example") to set(DRIVER_NAME "myownname")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant