https://github.com/carla-simulator/carla
Revision 2570a31da0586b1307451d584c9734d3f00c7934 authored by sergi-e on 11 February 2020, 09:15:18 UTC, committed by Marc Garcia Puig on 13 February 2020, 09:20:16 UTC
1 parent 845f274
Raw File
Tip revision: 2570a31da0586b1307451d584c9734d3f00c7934 authored by sergi-e on 11 February 2020, 09:15:18 UTC
Bug fixed index API
Tip revision: 2570a31
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top