Revision f3eeb2ffa341f8c969e3d7843a0b0a943776fd9e authored by Aidan Clear on 31 January 2019, 16:02:15 UTC, committed by nsubiron on 27 February 2019, 17:51:07 UTC
1 parent 5cbde4d
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