https://github.com/carla-simulator/carla
Revision 1a081e8f679b38ef040c1ab2f4b270e4e71d0bab authored by nsubiron on 08 March 2019, 12:49:24 UTC, committed by nsubiron on 11 March 2019, 13:37:48 UTC
1 parent db3c878
Raw File
Tip revision: 1a081e8f679b38ef040c1ab2f4b270e4e71d0bab authored by nsubiron on 08 March 2019, 12:49:24 UTC
Add method to Map to transform Location to GeoLocation
Tip revision: 1a081e8
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top