-
Notifications
You must be signed in to change notification settings - Fork 38
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
Make all public classes of CSP visible for user extension modules #365
Conversation
78e4af3
to
5cc011e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also add a build / test of a user extension node and adapter as part of this
… struct cpp example Signed-off-by: Tim Paine <[email protected]>
…cess them Signed-off-by: Adam Glustein <[email protected]>
5cc011e
to
49a7bfa
Compare
…bol-visibility-for-user-extensions
Signed-off-by: Adam Glustein <[email protected]>
7fba64b
to
5414d97
Compare
set(__csp_base_path "${CMAKE_SOURCE_DIR}/csp") | ||
set(__csp_include_path "${CMAKE_SOURCE_DIR}/cpp") | ||
set(__csp_lib_path "${CMAKE_SOURCE_DIR}/") | ||
set(__csp_base_path "${CMAKE_SOURCE_DIR}/csp") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate with line 35 and the next line, i mustve had a stroke while writing this
Signed-off-by: Adam Glustein <[email protected]>
796bb6a
to
9c171f0
Compare
Signed-off-by: Adam Glustein <[email protected]>
Going to try a new approach to get this working for mac and linux and leave Windows extension node visibility as a TO-DO. |
Closes #363