This repository was archived by the owner on Jan 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
22add_subdirectory (open-simulation-interface )
33project (osi-visualizer)
44
5- set (CMAKE_CXX_STANDARD 11 )
5+ set (CMAKE_CXX_STANDARD 14 )
66
77set (CMAKE_INCLUDE_CURRENT_DIR ON )
88set (CMAKE_AUTOMOC ON )
@@ -46,6 +46,8 @@ set(SOURCES
4646 src/glfieldofview.cpp
4747 src/fmureceiver.cpp
4848 src/utils.cpp
49+ src/glpointcloud.cpp
50+ src/pointcloud.cpp
4951)
5052
5153set (HEADERS
@@ -68,11 +70,13 @@ set(HEADERS
6870 include/appconfig.h
6971 include/global.h
7072 include/glpoint.h
73+ include/glpointcloud.h
7174 include/gltrafficsign.h
7275 include/osiparser.h
7376 include/glfieldofview.h
7477 include/fmureceiver.h
7578 include/utils.h
79+ include/pointcloud.h
7680)
7781
7882
You can’t perform that action at this time.
0 commit comments