https://github.com/carla-simulator/carla
Revision 46f2298497b0d68cdf74a7366be8982eb31921a7 authored by Axel on 14 October 2020, 14:55:54 UTC, committed by Axel on 14 October 2020, 14:55:54 UTC
1 parent c54aa11
Raw File
Tip revision: 46f2298497b0d68cdf74a7366be8982eb31921a7 authored by Axel on 14 October 2020, 14:55:54 UTC
Fixed checksh
Tip revision: 46f2298
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top