https://github.com/carla-simulator/carla
Raw File
Tip revision: 783798f5a2bad65d51e208a82151d19c592cbbe6 authored by Néstor Subirón on 12 June 2019, 10:20:36 UTC
Merge branch 'master' into fix/__str__wrapper
Tip revision: 783798f
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top