Added
Link Here
|
0 |
- |
1 |
--- CMakeLists.txt.orig 2024-01-16 00:28:44 UTC |
|
|
2 |
+++ CMakeLists.txt |
3 |
@@ -142,6 +142,12 @@ target_link_libraries ( |
4 |
${QT_LIBRARIES} |
5 |
) |
6 |
|
7 |
+target_compile_options( |
8 |
+ pdfmixtool |
9 |
+ PUBLIC |
10 |
+ ${MAGICK_CFLAGS_OTHER} |
11 |
+) |
12 |
+ |
13 |
INSTALL(TARGETS pdfmixtool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) |
14 |
INSTALL(FILES resources/eu.scarpetta.PDFMixTool.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications) |
15 |
INSTALL(FILES resources/eu.scarpetta.PDFMixTool.appdata.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo) |