created build infrastructure for NPP linking in CMake.

This commit is contained in:
Andrey Morozov
2010-09-10 11:02:52 +00:00
parent 01eac6d3e3
commit bbc2015014
2 changed files with 72 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ set_target_properties(${the_target} PROPERTIES
)
# Add the required libraries for linking:
target_link_libraries(${the_target} ${OPENCV_LINKER_LIBS} ${IPP_LIBS} ${DEPS} ${CUDA_LIBRARIES})
target_link_libraries(${the_target} ${OPENCV_LINKER_LIBS} ${IPP_LIBS} ${DEPS} ${CUDA_LIBRARIES} ${NPP_LIB})
if(MSVC)
if(CMAKE_CROSSCOMPILING)