https://github.com/carla-simulator/carla
Raw File
Tip revision: 1a784ac2a3cf1b4b86f0e45a6b65c250625462b0 authored by bernatx on 25 February 2019, 11:12:10 UTC
Changed the structure of the recorder file, now it is more flexible
Tip revision: 1a784ac
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top