Revision 804a3a9f7cb8c6275621b383b4cb3a8351128e43 authored by Néstor Subirón on 08 May 2019, 10:27:02 UTC, committed by GitHub on 08 May 2019, 10:27:02 UTC
2 parent s 57ba6d4 + 661bc87
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