Revision fb41af36281e1bb63bad2c2d64353671c1508cb8 authored by Jacopo Bartiromo on 12 December 2019, 15:26:04 UTC, committed by bernat on 13 December 2019, 14:29:38 UTC
1 parent 3c1aa7d
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