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.
|
- set(NCNN_OPENMP @NCNN_OPENMP@)
- set(NCNN_VULKAN @NCNN_VULKAN@)
-
- if(NCNN_OPENMP)
- find_package(OpenMP)
- endif()
-
- if(NCNN_VULKAN)
- find_package(Vulkan REQUIRED)
- endif()
-
- include(${CMAKE_CURRENT_LIST_DIR}/ncnn.cmake)
|