https://github.com/carla-simulator/carla
Raw File
Tip revision: 1ef81e27efa6de84d34cd9ace4c27b15d6bacd87 authored by John Novak on 01 May 2019, 22:31:39 UTC
Issue1596 Fix WGS84 reprojection Latitude reversal
Tip revision: 1ef81e2
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top