Revision 7801e68f0f350312a2c84cafec93617294d8daa5 authored by nsubiron on 24 January 2019, 13:05:02 UTC, committed by nsubiron on 26 January 2019, 13:31:35 UTC
1 parent 81e41bb
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