|
|
|
|
@ -30,7 +30,9 @@ set(MagnumFontConverter_HEADERS
|
|
|
|
|
MagnumFontConverter.h) |
|
|
|
|
|
|
|
|
|
# Objects shared between plugin and test library |
|
|
|
|
add_library(MagnumFontConverterObjects OBJECT ${MagnumFontConverter_SRCS}) |
|
|
|
|
add_library(MagnumFontConverterObjects OBJECT |
|
|
|
|
${MagnumFontConverter_SRCS} |
|
|
|
|
${MagnumFontConverter_HEADERS}) |
|
|
|
|
if(NOT BUILD_PLUGINS_STATIC OR BUILD_STATIC_PIC) |
|
|
|
|
set_target_properties(MagnumFontConverterObjects PROPERTIES POSITION_INDEPENDENT_CODE ON) |
|
|
|
|
endif() |
|
|
|
|
|