Skip to content

Commit

Permalink
delete some functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Basasuya committed Jun 24, 2019
1 parent 56d139e commit 737c0e6
Show file tree
Hide file tree
Showing 45 changed files with 15 additions and 69,097 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ preprocess/build/**
backend/data/**
backend/results/**
backend/data/**

!CMakeLists.txt
14 changes: 0 additions & 14 deletions construct/AllMake.sh

This file was deleted.

9 changes: 9 additions & 0 deletions construct/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.6)
project(RTree)
MESSAGE(${CMAKE_SYSTEM_NAME})
MESSAGE(${CMAKE_CXX_COMPILER})
# set(CMAKE_C_COMPILER "C:/Program Files/mingw-w64/x86_64-7.1.0-posix-seh-rt_v5-rev2/mingw64/bin/gcc")
# set(CMAKE_CXX_COMPILER "C:/Program Files/mingw-w64/x86_64-7.1.0-posix-seh-rt_v5-rev2/mingw64/bin/g++")

# set(CMAKE_CXX_COMPILER "/Library/Developer/CommandLineTools/usr/bin/g++")
ADD_SUBDIRECTORY(src)
73 changes: 0 additions & 73 deletions construct/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions construct/Windows_Make.sh

This file was deleted.

2 changes: 0 additions & 2 deletions construct/Linux_Make.sh → construct/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
mkdir build
cd build
cmake ..
make -j8
cd ..
# ./Test
35 changes: 0 additions & 35 deletions construct/designParameter.js

This file was deleted.

7 changes: 0 additions & 7 deletions construct/doQuery.sh

This file was deleted.

Loading

0 comments on commit 737c0e6

Please sign in to comment.