https://github.com/carla-simulator/carla
Raw File
Tip revision: 9839e47dba8c1abfd8b8f80e7a2b02cc187cb343 authored by German Ros on 25 February 2019, 03:18:19 UTC
changelog updated
Tip revision: 9839e47
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top