https://github.com/carla-simulator/carla
Raw File
Tip revision: 6f647a0d97828347f76d2e03df1eaf8800d95316 authored by MattRowe18 on 14 February 2023, 11:08:08 UTC
added code and final touches
Tip revision: 6f647a0
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top