Rename alexnet main

This commit is contained in:
2024-05-19 17:37:04 +02:00
parent e23ffe1ee1
commit 47fad2d3aa
2 changed files with 2 additions and 7 deletions

View File

@@ -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)