https://github.com/carla-simulator/carla
Raw File
Tip revision: e14df3377e856521e86747a015362ceaab8e34b3 authored by bernatx on 23 May 2022, 13:02:22 UTC
content version
Tip revision: e14df33
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top