Revision c54bba71dbbfc91844aa6be64aca1a02697af3c0 authored by nsubiron on 18 April 2019, 10:26:49 UTC, committed by nsubiron on 30 April 2019, 11:46:53 UTC
1 parent 6af4624
Raw File
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top