https://github.com/carla-simulator/carla
Raw File
Tip revision: cc058938a73004926133f0265fa90a5cde5034d6 authored by doterop on 19 April 2021, 15:08:55 UTC
Fixed struct construction order
Tip revision: cc05893
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top