https://github.com/carla-simulator/carla
Revision 59fb4b3ede40f91e9ea37d3590882ebcd0ae45d6 authored by bernatx on 09 June 2023, 13:57:44 UTC, committed by bernat on 21 June 2023, 09:02:41 UTC
1 parent d5fb48e
Raw File
Tip revision: 59fb4b3ede40f91e9ea37d3590882ebcd0ae45d6 authored by bernatx on 09 June 2023, 13:57:44 UTC
wait render to finish if a sensor camera is stopped
Tip revision: 59fb4b3
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top