https://github.com/carla-simulator/carla
Revision 081bb4191ffad0739834e0e4a081ae01cb639965 authored by Axel on 05 March 2021, 09:27:43 UTC, committed by Jacopo Bartiromo on 08 March 2021, 12:31:28 UTC
1 parent 26f4bbe
Raw File
Tip revision: 081bb4191ffad0739834e0e4a081ae01cb639965 authored by Axel on 05 March 2021, 09:27:43 UTC
Add small wait in TM for the next tick.
Tip revision: 081bb41
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top