https://github.com/carla-simulator/carla
Raw File
Tip revision: 912e28b8ba3052f00a7f01d31f79c84c624e43b5 authored by Daniel on 28 February 2019, 15:03:12 UTC
Added default to Sign Selection
Tip revision: 912e28b
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top