Revision 5d0e6e1de26c7d6df541716d4cad68b8604dbbed authored by Jacopo Bartiromo on 20 April 2021, 07:07:08 UTC, committed by Jacopo Bartiromo on 20 April 2021, 07:07:08 UTC
1 parent 8e968e5
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