Revision 3f80ebcf0ad7e2e2dd49d79ea61fc141490a27ab authored by Néstor Subirón on 27 February 2019, 12:14:29 UTC, committed by GitHub on 27 February 2019, 12:14:29 UTC
2 parent s 381f03a + d39bb39
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