Revision 1ebf71296372d6aeab1d5468db89f70021beeb89 authored by nsubiron on 29 March 2019, 20:37:36 UTC, committed by nsubiron on 30 March 2019, 13:41:07 UTC
1 parent f22df6d
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