https://github.com/carla-simulator/carla
Raw File
Tip revision: db2f56a73335527ed78098d92962d37daeb00d6a authored by German Ros on 13 February 2019, 01:44:07 UTC
fix for 1211
Tip revision: db2f56a
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top