https://github.com/carla-simulator/carla
Revision 0afdfbbeea8b7369b0b4522ece1894ea7b6b2947 authored by Marc Garcia Puig on 09 July 2019, 10:30:17 UTC, committed by Néstor Subirón on 09 July 2019, 23:35:47 UTC
1 parent 6eab696
Raw File
Tip revision: 0afdfbbeea8b7369b0b4522ece1894ea7b6b2947 authored by Marc Garcia Puig on 09 July 2019, 10:30:17 UTC
Correctly preparing assets for cooking on package
Tip revision: 0afdfbb
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

include("Build/CMakeLists.txt.in")

add_subdirectory("LibCarla/cmake")
back to top