Revision 7be5093fd3a71c789a2c7da6d0720839d9a54f7c authored by Marc Garcia Puig on 05 July 2019, 13:54:16 UTC, committed by Marc Garcia Puig on 05 July 2019, 15:26:28 UTC
2 parent s 98f8756 + 58e48b1
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