https://github.com/carla-simulator/carla
Raw File
Tip revision: 9d09007550dc8832b7ab2312415fa0130eb2b7da authored by Francesc Domene on 14 August 2019, 10:33:59 UTC
New debug recipe
Tip revision: 9d09007
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top