https://github.com/carla-simulator/carla
Raw File
Tip revision: 1ec58b4cf598c479b0c72a4c9a58b46e3a9107ba authored by JoseM98 on 18 April 2024, 11:46:04 UTC
Merge with dev
Tip revision: 1ec58b4
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

include("Build/CMakeLists.txt.in")

add_subdirectory("LibCarla/cmake")
back to top