https://github.com/carla-simulator/carla
Raw File
Tip revision: 2518a62e479f964d4485c3dc7ac422c1dfb4f778 authored by Axel on 24 April 2023, 10:24:06 UTC
Added missing UFUNCTIONS
Tip revision: 2518a62
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top