Replies: 1 comment 2 replies
|
Can you provide a minimal example of your CMakeLists.txt that reproduces this issue? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to add hwinfo as a submodule to my library (not executable)
I believe the steps are the same as mentioned in the readme-
1, adding subdir
2. linking to target (in my case target library)
I'm getting linker errors when I use functionalities from hwinfo. Just wanted to assure that the process is correct.
All reactions