Revision c768c4db59f6b1555191461e734a3044281566ab authored by Francesc Domene on 03 September 2019, 11:12:04 UTC, committed by GitHub on 03 September 2019, 11:12:04 UTC
2 parent s 269921e + 4c1c34f
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