https://github.com/carla-simulator/carla
Raw File
Tip revision: 89e329b73802d39095f5051a24ed72ea5650984b authored by manishthani on 17 September 2019, 12:57:22 UTC
Fixed bugs of importing assets (#2068)
Tip revision: 89e329b
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top