https://github.com/carla-simulator/carla
Raw File
Tip revision: 25341a6925ba2b7655dba2d19693af52987fe7b6 authored by Daniel Novillo Villarejo on 24 January 2019, 15:41:44 UTC
Changed MapstoCook, directories to always cook and staging directory
Tip revision: 25341a6
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top