https://github.com/carla-simulator/carla
Raw File
Tip revision: 17b39471ba63d89d0560f0b3a6a6aa5501f4fcde authored by Joel Moriana on 29 January 2021, 14:29:32 UTC
minor changes
Tip revision: 17b3947
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top