Skip to content

Commit

Permalink
remove pcview from apps
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Sep 8, 2014
1 parent d492a0c commit 1173cf6
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 13,373 deletions.
10 changes: 0 additions & 10 deletions CMakeLists.txt
Expand Up @@ -595,16 +595,6 @@ if(WITH_GREYHOUND)
endif()
endif()

if(WITH_FREEGLUT)
find_package(FreeGLUT)
if(FREEGLUT_FOUND)
include_directories(${FREEGLUT_INCLUDE_DIR})
add_definitions(-DHAVE_FREEGLUT=1)
set(PDAL_HAVE_FREEGLUT 1)
message(STATUS "Found FreeGLUT")
endif()
endif()

option(WITH_HEXER "Whether or not hexbin filter is built" FALSE)
if(WITH_HEXER)
find_package(Hexer)
Expand Down
4 changes: 0 additions & 4 deletions apps/CMakeLists.txt
Expand Up @@ -5,10 +5,6 @@

cmake_minimum_required(VERSION 2.8)

if(FREEGLUT_FOUND)
subdirs(pcview)
endif()

set(PDAL_SOURCE_DIR ../src)

#------------------------------------------------------------------------------
Expand Down
252 changes: 0 additions & 252 deletions apps/pcview/ArcBall.cpp

This file was deleted.

72 changes: 0 additions & 72 deletions apps/pcview/ArcBall.hpp

This file was deleted.

0 comments on commit 1173cf6

Please sign in to comment.