https://github.com/carla-simulator/carla
Raw File
Tip revision: 244b7ea61c3f2b6dace8909eb1bd8d4e2960b410 authored by nsubiron on 04 February 2019, 11:05:58 UTC
Fix some Pylint errors and warnings
Tip revision: 244b7ea
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top