https://github.com/carla-simulator/carla
Raw File
Tip revision: 5a026fd4897fda3c81ae30dd33b96968f868adb6 authored by Daniel Novillo on 30 January 2019, 12:49:57 UTC
Merge master into pedestrian-collision-sensor
Tip revision: 5a026fd
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top