mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-07 02:04:26 +00:00
Rename alexnet main
This commit is contained in:
@@ -4,7 +4,7 @@ project(AlexNet
|
||||
LANGUAGES CXX CUDA
|
||||
)
|
||||
|
||||
add_executable(alexnet main.cpp)
|
||||
add_executable(alexnet alexnet.cpp)
|
||||
|
||||
find_library(CUDANet_LIBRARY NAMES CUDANet HINTS ${CMAKE_CURRENT_SOURCE_DIR}/../../build)
|
||||
find_package(OpenCV REQUIRED COMPONENTS core imgcodecs imgproc)
|
||||
|
||||
Reference in New Issue
Block a user