fix(*): win sln config.

This commit is contained in:
TinyO 2019-11-01 15:37:57 +08:00
parent 0216fb4128
commit 1e49fc6c19

View File

@ -242,6 +242,8 @@ if(WITH_API)
endif() endif()
endif() endif()
if(OS_WIN)
else()
## device_writer ## device_writer
add_library(device_writer STATIC device_writer.cc) add_library(device_writer STATIC device_writer.cc)
@ -279,6 +281,8 @@ make_executable(save_all_infos
DLL_SEARCH_PATHS ${PRO_DIR}/_install/bin ${OpenCV_LIB_SEARCH_PATH} DLL_SEARCH_PATHS ${PRO_DIR}/_install/bin ${OpenCV_LIB_SEARCH_PATH}
) )
endif()
## record ## record
make_executable(record make_executable(record