mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
11 lines
278 B
CMake
11 lines
278 B
CMake
add_library(image_processing STATIC
|
|
resize_image.h
|
|
resize_image.cpp
|
|
lancir.h
|
|
)
|
|
|
|
target_include_directories(image_processing PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
|
yacreader_apply_build_options(image_processing)
|
|
|
|
target_link_libraries(image_processing PRIVATE Qt6::Gui)
|