https://github.com/carla-simulator/carla
Raw File
Tip revision: 3a661cbaf1960da413a4a20712c350cb0b90f01e authored by Praveen Kumar on 23 September 2020, 19:12:01 UTC
Graceful exit in case of unpexpected end of road.
Tip revision: 3a661cb
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top