We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185fd73 commit 9d9c846Copy full SHA for 9d9c846
CMakeLists.txt
@@ -458,4 +458,5 @@ endif(INSTALL_DEV)
458
if(MSVC)
459
target_compile_definitions(tvm PRIVATE -DTVM_EXPORTS)
460
target_compile_definitions(tvm_runtime PRIVATE -DTVM_EXPORTS)
461
+ target_compile_definitions(tvm_runtime_static PRIVATE -DTVM_EXPORTS)
462
endif()
0 commit comments