https://github.com/carla-simulator/carla
Revision 226942381dc9bcbdd6754ab969861e07d4ae0d54 authored by Axel on 02 March 2021, 16:41:38 UTC, committed by Axel1092 on 04 March 2021, 11:48:57 UTC
1 parent 74180b0
Raw File
Tip revision: 226942381dc9bcbdd6754ab969861e07d4ae0d54 authored by Axel on 02 March 2021, 16:41:38 UTC
Removed tabs.
Tip revision: 2269423
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top