https://github.com/carla-simulator/carla
Raw File
Tip revision: de4b5618203c01ed7c5c19801f41f88816c76028 authored by Axel on 20 December 2022, 13:45:21 UTC
Enabled exceptions in package
Tip revision: de4b561
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top