https://github.com/carla-simulator/carla
Raw File
Tip revision: 62d0d0e13488e8fc06d773b384dcefd3bca5e31a authored by Felipe Codevilla on 19 March 2019, 00:13:16 UTC
scene layout
Tip revision: 62d0d0e
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top