mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-21 23:01:45 +08:00
Merge pull request #645 from lych77:master
This commit is contained in:
@@ -19,7 +19,7 @@ file(GLOB ${the_target}_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
|
|||||||
|
|
||||||
add_executable(${the_target} ${${the_target}_SOURCES})
|
add_executable(${the_target} ${${the_target}_SOURCES})
|
||||||
|
|
||||||
target_link_libraries(${the_target} ${OPENCV_${the_target}_DEPS})
|
ocv_target_link_libraries(${the_target} ${OPENCV_${the_target}_DEPS})
|
||||||
|
|
||||||
set_target_properties(${the_target} PROPERTIES
|
set_target_properties(${the_target} PROPERTIES
|
||||||
DEBUG_POSTFIX "${OPENCV_DEBUG_POSTFIX}"
|
DEBUG_POSTFIX "${OPENCV_DEBUG_POSTFIX}"
|
||||||
|
Reference in New Issue
Block a user