https://github.com/carla-simulator/carla
Revision 95b5242d1e3339e9c10558aae3062479956d584a authored by Axel on 11 December 2020, 14:13:08 UTC, committed by Axel1092 on 11 December 2020, 15:59:44 UTC
1 parent 23a33eb
Raw File
Tip revision: 95b5242d1e3339e9c10558aae3062479956d584a authored by Axel on 11 December 2020, 14:13:08 UTC
Fixed paths
Tip revision: 95b5242
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top