https://github.com/carla-simulator/carla
Raw File
Tip revision: 16553f8aa9cf4feeb42bacaaca178612172439e8 authored by bernatx on 20 June 2019, 16:06:12 UTC
Little fixes
Tip revision: 16553f8
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top