https://github.com/carla-simulator/carla
Raw File
Tip revision: a1a2cd9dffc0272c5720648fc1f0ea717a3ced70 authored by Joel Moriana on 12 February 2020, 10:17:13 UTC
WIP. Added OverlappingPair structure.
Tip revision: a1a2cd9
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top