https://github.com/carla-simulator/carla
Revision 5a8d3265211a006c79b509e7e375de3b1d987fa9 authored by Manish on 09 July 2019, 22:25:10 UTC, committed by Néstor Subirón on 09 July 2019, 23:35:47 UTC
1 parent 2d692dc
Raw File
Tip revision: 5a8d3265211a006c79b509e7e375de3b1d987fa9 authored by Manish on 09 July 2019, 22:25:10 UTC
fixing includes
Tip revision: 5a8d326
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top