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
Jelle Bootsma edited this page May 10, 2021
·
5 revisions
#CMake update
Introduction
Updating the Canon Production Printing plugins to cmake-based buildsystem
Until now, the build process was centered around autoconf
Current state (10-05-2021)
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.