https://github.com/carla-simulator/carla
Raw File
Tip revision: 1af98ac3244ea71f21f27bc70c2d25963c15ee5e authored by germanros1987 on 18 December 2018, 01:54:51 UTC
Merge master into feature/automatic_control
Tip revision: 1af98ac
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top