Skip to content
Snippets Groups Projects
Commit 76d7653b authored by Tareq Teleba's avatar Tareq Teleba
Browse files

Upload New File

parent a1b338db
Branches
No related tags found
No related merge requests found
project(AI project)
set(CMAKE_CXX_STANDARD 20)
file(GLOB_RECURSE SOURCES "src/*.cpp")
# Add executable
add_executable(${PROJECT_NAME} ${SOURCES})
# find_package(OpenCV REQUIRED)
# target_link_libraries(${PROJECT_NAME} ${OpenCV_LIBS})
project_root/
|-- src/
| |-- main.cpp
| |-- other_source_files.cpp
|-- include/
| |-- your_header_files.h
|-- CMakeLists.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment