https://github.com/carla-simulator/carla
Raw File
Tip revision: a826cfddd2166dcb14705d7541e9268cee454ff9 authored by bernatx on 17 June 2019, 16:24:47 UTC
Fix Jenkins example compilation (CppClient)
Tip revision: a826cfd
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top