https://github.com/carla-simulator/carla
Revision 6f4e69da4c37caa9258da5a56a7a1a37e0ed0fc1 authored by Axel on 01 October 2020, 14:35:12 UTC, committed by Axel1092 on 02 October 2020, 09:51:37 UTC
1 parent c62070b
Raw File
Tip revision: 6f4e69da4c37caa9258da5a56a7a1a37e0ed0fc1 authored by Axel on 01 October 2020, 14:35:12 UTC
Fixed build script parsing arguments.
Tip revision: 6f4e69d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top