https://github.com/carla-simulator/carla
Raw File
Tip revision: 95afd665797a6e92e782c2842835af0a3473ef3b authored by nsubiron on 29 March 2019, 16:42:19 UTC
Uncrustify
Tip revision: 95afd66
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top