https://github.com/carla-simulator/carla
Raw File
Tip revision: a9f319ca2ac74afd0e391a735148284739f46c7d authored by fdomf on 16 August 2019, 11:10:59 UTC
Update README.md
Tip revision: a9f319c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top