Revision e4bc705e6de9043ce0f9fbed3a0d53ee19ee6620 authored by Daniel Santos-Olivan on 18 February 2021, 08:28:48 UTC, committed by bernat on 02 March 2021, 11:57:31 UTC
1 parent fc88b87
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