https://github.com/carla-simulator/carla
Raw File
Tip revision: 9a3d7a68dd23562e016153119a3a0c04a51ca6f9 authored by Daniel on 18 March 2019, 14:22:08 UTC
Fixed small bugs
Tip revision: 9a3d7a6
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top