Skip to content

cmake: pass the right flags to gtk-scangobj

Corentin Noël requested to merge wip/tintou/flags into master

The COMPILE_DEFINITIONS are rendered as VAR=VAL we need to prepend -D to the compiler. The link flags already have the -l flag so no need to add it twice.

Merge request reports