https://github.com/carla-simulator/carla
Raw File
Tip revision: e3f61e285a6059bdea66e3364cff09d98dfc429a authored by manishthani on 14 March 2019, 12:56:21 UTC
Merge branch 'master' into manishthani/expose_physx_fixes
Tip revision: e3f61e2
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top