Revision 6b37adda22fe9640681ddf4f7311277239c8895b authored by sergi-e on 22 May 2020, 13:52:09 UTC, committed by sergi-e on 22 May 2020, 13:52:09 UTC
1 parent 09ec923
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