Update CMakeLists.txt
This commit is contained in:
@@ -22,15 +22,8 @@ set_outdir(
|
||||
|
||||
## record
|
||||
|
||||
add_executable(record record.cc dataset.cc)
|
||||
target_link_libraries(record mynteye ${OpenCV_LIBS})
|
||||
target_create_scripts(record DLL_SEARCH_PATHS
|
||||
${PRO_DIR}/_install/bin
|
||||
${OpenCV_LIB_SEARCH_PATH}
|
||||
make_executable(record
|
||||
SRCS record.cc dataset.cc
|
||||
LINK_LIBS mynteye ${OpenCV_LIBS}
|
||||
DLL_SEARCH_PATHS ${PRO_DIR}/_install/bin ${OpenCV_LIB_SEARCH_PATH}
|
||||
)
|
||||
|
||||
if(OS_WIN)
|
||||
target_compile_definitions(record
|
||||
PUBLIC GLOG_NO_ABBREVIATED_SEVERITIES
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user