]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
removed kcf_test and main_test from CMakeLists.txt
authorfoundry <foundry.tv@gmail.com>
Thu, 14 Jul 2016 12:57:28 +0000 (13:57 +0100)
committerfoundry <foundry.tv@gmail.com>
Thu, 14 Jul 2016 12:57:28 +0000 (13:57 +0100)
CMakeLists.txt

index 096c416063836346621bea17e9a773811fe4b803..4c40e89dfa65404b979f2b2e551d05d173905844 100644 (file)
@@ -17,7 +17,4 @@ include_directories(${CMAKE_SOURCE_DIR}/src/ ${CMAKE_SOURCE_DIR}/src/piotr_fhog)
 add_subdirectory(src)
 
 add_executable(kcf_vot main_vot.cpp vot.hpp)
-target_link_libraries(kcf_vot ${OpenCV_LIBS} kcf)
-
-add_executable(kcf_test main_test.cpp)
-target_link_libraries(kcf_test ${OpenCV_LIBS} kcf)
+target_link_libraries(kcf_vot ${OpenCV_LIBS} kcf)
\ No newline at end of file