1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-12-05 19:05:26 +00:00

fix some compile warnings

This commit is contained in:
Dominic Radermacher
2022-09-11 06:45:00 +02:00
parent 71396e8ff1
commit f56d7ea740
4 changed files with 8 additions and 8 deletions

View File

@@ -46,14 +46,15 @@ target_include_directories(ptouch-print PUBLIC
${GD_INCLUDE_DIR}
${LIBUSB_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}
${Libintl_INCLUDE_DIRS}
${Intl_INCLUDE_DIRS}
)
# Configure linker
target_link_libraries(ptouch-print
${GD_LIBRARIES}
${LIBUSB_LIBRARIES}
${Libintl_LIBRARY}
${LIBUSB_LINK_LIBRARIES}
${Intl_LIBRARY}
)
# Add a custom command that produces version.h, plus a dummy output that's