-
Notifications
You must be signed in to change notification settings - Fork 62
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
1 parent
3817edd
commit 03771e3
Showing
1,143 changed files
with
174,944 additions
and
34,993 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
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
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
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,10 +1,11 @@ | ||
cmake_minimum_required(VERSION 3.10..3.13) | ||
cmake_minimum_required(VERSION 3.18) | ||
|
||
project(reindexer) | ||
|
||
enable_testing() | ||
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON) | ||
set(CMAKE_POSITION_INDEPENDENT_CODE ON) | ||
set(CMAKE_PCH_WARN_INVALID OFF) | ||
set(REINDEXER_SOURCE_PATH ${PROJECT_SOURCE_DIR}/cpp_src) | ||
|
||
add_subdirectory(cpp_src) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.