https://github.com/carla-simulator/carla
Raw File
Tip revision: aeab4b0a6cfcf9389f39a393f75f194d093920e7 authored by sergi-e on 27 July 2020, 20:51:45 UTC
First draft
Tip revision: aeab4b0
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top