Replies: 1 comment
-
Actually all good, my colleague figured it out, we just needed to add |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Per the title, I'm using etl in a cmake (pico c sdk) project and while it all build fine, I can't seem to get etl to find my
etl_profile.h
. I tried adding this to etl's CMakeLists.txt:/../../Adapters/picoTracker/platform
is the relative path to where we haveetl_profile.h
but to no avail, using$<BUILD_INTERFACE
prefix didnt seem to help either.Any help or tips most appreciated.
Beta Was this translation helpful? Give feedback.
All reactions