https://github.com/carla-simulator/carla
Raw File
Tip revision: 25c24f5b6b2197d8c002d9e9c5aee3fea48aa09d authored by corkyw10 on 30 June 2021, 11:58:43 UTC
Fixed pluralisation of the semantic tags
Tip revision: 25c24f5
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top