https://github.com/carla-simulator/carla
Raw File
Tip revision: 269921e6cf65c8a781365898493f700d3b1e33cb authored by Francesc Domene on 02 September 2019, 16:28:25 UTC
Updated How to create map and import docs + documentation related standard + improvements
Tip revision: 269921e
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top