https://github.com/carla-simulator/carla
Revision 1925425210c6d26ee1fa5a16916536fd537bbe22 authored by Francesc Domene on 03 July 2019, 14:18:21 UTC, committed by Néstor Subirón on 09 July 2019, 17:18:46 UTC
1 parent 1312566
Raw File
Tip revision: 1925425210c6d26ee1fa5a16916536fd537bbe22 authored by Francesc Domene on 03 July 2019, 14:18:21 UTC
Added and fixed some classes information
Tip revision: 1925425
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top