Skip to content

CMake update

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

Clone this wiki locally