Revision 487d4e678be9ca7d3239eff392fa3e6394f701b5 authored by Marc Garcia Puig on 10 April 2020, 11:01:06 UTC, committed by bernat on 13 April 2020, 14:50:32 UTC
1 parent b28cb75
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