Revision 1412967e299edc8cee34823aaec45807dc561d63 authored by Marc Garcia Puig on 20 June 2019, 16:41:09 UTC, committed by Marc Garcia Puig on 20 June 2019, 16:41:09 UTC
1 parent 86de9c1
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