You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: Run/debug configurations are set up with the env variables SCROOM-plugin-cpp\cmake-build-debug\scroom\ENVIRONMENT
Functioning
Cmake builds, and includes both the scroom and sep plugin folders
SEP tests are also being built correctly
Issues
The shared spsep libary is located in the incorrect path cmake-build-debug/plugins/sep/ instead of cmake-build-debug/scroom/lib/.
This blocks the loading of the library
The spsep-test is also being built in the path cmake-build-debug/plugins/sep/. This possibly prevents the tests from being executed.