Revision 21bf92c5afe2eb905529974b6dbbf514811cf2eb authored by bernatx on 23 January 2019, 14:40:03 UTC, committed by nsubiron on 24 January 2019, 17:57:38 UTC
1 parent c360d14
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