Revision 948dae364cbb82bb991005d2d21a4c4ca6100a24 authored by bernatx on 12 April 2019, 15:21:54 UTC, committed by Néstor Subirón on 08 July 2019, 13:27:09 UTC
1 parent e4dd26a
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