https://github.com/carla-simulator/carla
Raw File
Tip revision: 46b06710bc7f30a3d694fe365d1623e3756f42e8 authored by Daniel on 30 April 2019, 14:08:04 UTC
FBX Imported ready
Tip revision: 46b0671
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top