https://github.com/carla-simulator/carla
Revision 666be616b453bee888095a2b3674cd6e5023eb26 authored by Aidan Clear on 13 March 2019, 15:06:57 UTC, committed by Aidan Clear on 13 March 2019, 15:06:57 UTC
1 parent 71f2b97
Raw File
Tip revision: 666be616b453bee888095a2b3674cd6e5023eb26 authored by Aidan Clear on 13 March 2019, 15:06:57 UTC
Adding and modifying structs for lane and road parsing
Tip revision: 666be61
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top