fix(*): win sln config.
This commit is contained in:
parent
0216fb4128
commit
1e49fc6c19
|
@ -242,6 +242,8 @@ if(WITH_API)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if(OS_WIN)
|
||||
else()
|
||||
## device_writer
|
||||
|
||||
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}
|
||||
)
|
||||
|
||||
endif()
|
||||
|
||||
## record
|
||||
|
||||
make_executable(record
|
||||
|
|
Loading…
Reference in New Issue
Block a user