Revision f4f144cc399a5b816faf5eb60778f61eba28ad1f authored by bernatx on 09 November 2021, 08:59:54 UTC, committed by bernat on 09 November 2021, 09:36:08 UTC
1 parent e2aa1ab
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