kopia lustrzana https://github.com/joshua-jerred/SSTV-Image-Tools
Cmake changes
rodzic
b0758dcc73
commit
0d1f9ffcd3
|
@ -14,7 +14,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
|
||||||
|
|
||||||
include_directories(src)
|
include_directories(src)
|
||||||
|
|
||||||
add_executable(example
|
add_executable(example-images
|
||||||
example/example.cpp
|
example/example.cpp
|
||||||
src/sstv-image-tools.cpp
|
src/sstv-image-tools.cpp
|
||||||
)
|
)
|
||||||
|
@ -22,4 +22,4 @@ add_definitions(-DMAGICKCORE_QUANTUM_DEPTH=8)
|
||||||
add_definitions(-DMAGICKCORE_HDRI_ENABLE=1) # Required or there are linking errors with Magick::Color::Color
|
add_definitions(-DMAGICKCORE_HDRI_ENABLE=1) # Required or there are linking errors with Magick::Color::Color
|
||||||
find_package(ImageMagick COMPONENTS Magick++)
|
find_package(ImageMagick COMPONENTS Magick++)
|
||||||
include_directories(${ImageMagick_INCLUDE_DIRS})
|
include_directories(${ImageMagick_INCLUDE_DIRS})
|
||||||
target_link_libraries(example ${ImageMagick_LIBRARIES})
|
target_link_libraries(example-images ${ImageMagick_LIBRARIES})
|
Ładowanie…
Reference in New Issue