-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Basasuya
committed
Jun 24, 2019
1 parent
56d139e
commit 737c0e6
Showing
45 changed files
with
15 additions
and
69,097 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,3 +55,5 @@ preprocess/build/** | |
backend/data/** | ||
backend/results/** | ||
backend/data/** | ||
|
||
!CMakeLists.txt |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
mkdir build | ||
cd build | ||
cmake .. | ||
make -j8 | ||
cd .. | ||
# ./Test |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.