We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f82816 commit 6a07c7cCopy full SHA for 6a07c7c
1 file changed
test/CMakeLists.txt
@@ -15,6 +15,8 @@ target_include_directories(run_test PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}")
15
target_include_directories(run_test PRIVATE "${CMAKE_SOURCE_DIR}/app/ReaderImage")
16
17
if (WIN32)
18
+ target_compile_definitions(run_test PRIVATE _CRT_SECURE_NO_WARNINGS)
19
+
20
add_custom_command(TARGET run_test POST_BUILD
21
COMMAND ${CMAKE_COMMAND} -E copy
22
$<TARGET_FILE:dnnl>
0 commit comments