https://github.com/carla-simulator/carla
Raw File
Tip revision: 3e377798aafe065bc5c698acb993bed4fadcca3b authored by bernatx on 21 June 2019, 10:26:00 UTC
Prettifying files
Tip revision: 3e37779
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top