https://github.com/carla-simulator/carla
Raw File
Tip revision: be0fdb799167358efaf06500c2b54129c87c752d authored by bernatx on 13 April 2022, 06:14:11 UTC
Removing log lines in ServerSideSensor
Tip revision: be0fdb7
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top