https://github.com/carla-simulator/carla
Revision 5295261aca54f62519a9f0c269fb67fa50ed97bc authored by nsubiron on 17 January 2019, 10:27:57 UTC, committed by nsubiron on 17 January 2019, 10:41:14 UTC
1 parent 0bcefc0
Raw File
Tip revision: 5295261aca54f62519a9f0c269fb67fa50ed97bc authored by nsubiron on 17 January 2019, 10:27:57 UTC
Add forward vector to rotations and transforms
Tip revision: 5295261
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top