Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 472150
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- CMakeLists.txt
0
++ CMakeLists.txt
Lines 121-127 Link Here
121
121
122
ADD_LIBRARY(libsift STATIC ${LIBSIFT_SOURCES})
122
ADD_LIBRARY(libsift STATIC ${LIBSIFT_SOURCES})
123
123
124
set(all_libs libsift ${JPEG_LIBRARIES} ${TIFF_LIBRARIES}
124
set(all_libs libsift m ${JPEG_LIBRARIES} ${TIFF_LIBRARIES}
125
    ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${PANO13_LIBRARIES} ${LIBXML2_LIBRARIES}) 
125
    ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${PANO13_LIBRARIES} ${LIBXML2_LIBRARIES}) 
126
126
127
add_executable(generatekeys GenerateKeys.c)
127
add_executable(generatekeys GenerateKeys.c)

Return to bug 472150