https://github.com/carla-simulator/carla
Raw File
Tip revision: 52ef962d0e3c229a3f80e02f3d5b4f1095efd06f authored by Axel on 23 July 2021, 11:38:24 UTC
Added python selector to make import command
Tip revision: 52ef962
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top