https://github.com/carla-simulator/carla
Raw File
Tip revision: 34b78f0063c976a097eb5164a6049f275f7f8735 authored by Axel on 08 May 2023, 14:11:21 UTC
Fixed osmrenderer compilation for windows
Tip revision: 34b78f0
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top