https://github.com/carla-simulator/carla
Raw File
Tip revision: 27ec0e2c6d571f9db5508104ed0489d7b0faea6f authored by Joel Moriana on 02 December 2021, 10:24:15 UTC
updated to 0.9.13
Tip revision: 27ec0e2
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top