https://github.com/carla-simulator/carla
Raw File
Tip revision: 0c058af0206f29f33a9e0c6b5e21c8462ef008d2 authored by nsubiron on 28 August 2019, 17:40:51 UTC
Allow compiling client-side with GCC
Tip revision: 0c058af
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top