Revision f66fd8e7c75093b56e3fd0a75a40f621ca4a236e authored by anrp on 19 January 2023, 22:37:49 UTC, committed by bernat on 27 January 2023, 11:39:48 UTC
The supported compiler is clang, but that is not the default on Ubuntu.
Unreal Editor itself ships clang-10 for use on linux (along with the
libc++ that Unreal itself uses) so just use those in CARLA.
1 parent 7267ffd
Raw File
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top