You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @PACKAGE_INIT@
-
- find_package(Threads)
- find_package(Flatbuffers REQUIRED)
-
- if (@MGE_WITH_MKLDNN@)
- find_package(dnnl REQUIRED)
- endif()
-
- list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
- if (NOT TARGET megengine)
- include ("${CMAKE_CURRENT_LIST_DIR}/@MGE_EXPORT_TARGETS@.cmake")
- check_required_components("megengine")
- endif ()
|