https://github.com/carla-simulator/carla
Raw File
Tip revision: e5e1799d06c449e15df5c9fdff3fa6db51c037d7 authored by nsubiron on 25 April 2019, 14:21:12 UTC
Use other levels of asserts through code
Tip revision: e5e1799
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top