https://github.com/carla-simulator/carla
Raw File
Tip revision: f820826f7f5d0e690f55e28c48cc9b7a5f1d98c7 authored by bernatx on 12 July 2019, 15:43:32 UTC
Added text to new debug system
Tip revision: f820826
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top