Fixed C samples build on Windows (#14386)
This commit is contained in:
@@ -10,7 +10,7 @@ file (GLOB HDR ${CMAKE_CURRENT_SOURCE_DIR}/*.hpp)
|
||||
ie_add_sample(NAME ${TARGET_NAME}
|
||||
SOURCES ${SRC}
|
||||
HEADERS ${HDR}
|
||||
DEPENDENCIES format_reader ie_samples_utils)
|
||||
DEPENDENCIES ${GFLAGS_TARGET} format_reader ie_samples_utils)
|
||||
|
||||
# Required nlohmann_json dependency
|
||||
|
||||
|
||||
Reference in New Issue
Block a user