https://github.com/carla-simulator/carla
Revision 987a257800cdadc33448d1c373e33e5b35d96e15 authored by Marc Garcia Puig on 01 July 2019, 09:47:32 UTC, committed by Néstor Subirón on 09 July 2019, 23:35:47 UTC
1 parent 07a2083
Raw File
Tip revision: 987a257800cdadc33448d1c373e33e5b35d96e15 authored by Marc Garcia Puig on 01 July 2019, 09:47:32 UTC
Now 'make package' works with standalone packages
Tip revision: 987a257
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top