Skip to content

Commit

Permalink
A bit of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Sep 20, 2022
1 parent 795f2b4 commit 57110cd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 430,447 deletions.
17 changes: 0 additions & 17 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@ cmake_minimum_required(VERSION 3.1)

project(geowrapper)

#set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules/" ${CMAKE_MODULE_PATH})
#set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true )

set(CMAKE_CXX_FLAGS "-O3")
set(CMAKE_BUILD_TYPE "Release")
#set(CMAKE_BUILD_TYPE "Debug")

#if (COMMAND cmake_policy)
# cmake_policy(SET CMP0003 NEW)
#endif()

# BOOST
#find_package(Boost 1.66 REQUIRED COMPONENTS filesystem locale)
Expand All @@ -33,12 +25,6 @@ if (CGAL_FOUND)
endif ()
endif ()

# Third-party
#add_subdirectory(${CMAKE_SOURCE_DIR}/thirdparty/LAStools)
#include_directories(${CMAKE_SOURCE_DIR}/thirdparty)
#include_directories(${CMAKE_SOURCE_DIR}/thirdparty/valijson)
#include_directories(${Boost_INCLUDE_DIR})

# Creating entries for target: geowrapper
FILE(GLOB SRC_FILES "*.cpp")
add_executable(geowrapper ${SRC_FILES})
Expand All @@ -50,9 +36,6 @@ set_target_properties(
target_link_libraries(geowrapper
${CGAL_LIBRARIES}
${CGAL_3RD_PARTY_LIBRARIES}
# ${Boost_SYSTEM_LIBRARY}
# ${Boost_FILESYSTEM_LIBRARY}
# ${Boost_LOCALE_LIBRARY}
)

install(TARGETS geowrapper DESTINATION bin)
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# geowrapper
Prototype that uses CGAL's Alpha Wrap
Testing CGAL's Alpha Wrap

## Usage
```
Expand All @@ -17,6 +17,7 @@ Output format hardcoded to OBJ, file name is `input_file_wrapped.obj`
mkdir build && cd build
cmake ..
make
./geowrapper
```

## Dependencies
Expand Down
Loading

0 comments on commit 57110cd

Please sign in to comment.