https://github.com/carla-simulator/carla
Revision af26ae35bfeda9ef5a3094c940b36b7ef306838c authored by Daniel Santos-Oliván on 11 June 2021, 11:17:01 UTC, committed by bernat on 16 June 2021, 08:57:38 UTC
1 parent 71682ee
Raw File
Tip revision: af26ae35bfeda9ef5a3094c940b36b7ef306838c authored by Daniel Santos-Oliván on 11 June 2021, 11:17:01 UTC
Added test for sync mode
Tip revision: af26ae3
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top