https://github.com/carla-simulator/carla
Raw File
Tip revision: 234c2e63f4a8206033af0f836758a2157df6d936 authored by Daniel Santos-Oliván on 07 May 2021, 09:54:46 UTC
SceneCapture: Remove old lines that are not used anymore
Tip revision: 234c2e6
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top