https://github.com/carla-simulator/carla
Raw File
Tip revision: fc73946e73eef59ee2df35d0150affb0c88a294e authored by Aidan Clear on 30 January 2019, 10:48:40 UTC
Fixing indent issue
Tip revision: fc73946
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top