Skip to content

Commit

Permalink
OrcCommand: FastFind: move into Command/FastFind/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfl-orc committed Feb 11, 2021
1 parent c768bef commit 26b430a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/FastFind/FastFind.cpp
Expand Up @@ -10,7 +10,7 @@

#include "stdafx.h"

#include "FastFind.h"
#include "Command/FastFind/FastFind.h"

using namespace std;

Expand Down
2 changes: 1 addition & 1 deletion src/Orc/Orc.cpp
Expand Up @@ -10,7 +10,7 @@

#include "stdafx.h"

#include "FastFind.h"
#include "Command/FastFind/FastFind.h"
#include "Command/GetSamples/GetSamples.h"
#include "GetSectors.h"
#include "Command/GetThis/GetThis.h"
Expand Down
16 changes: 8 additions & 8 deletions src/OrcCommand/CMakeLists.txt
Expand Up @@ -68,14 +68,14 @@ set(SRC_DD
source_group(DD FILES ${SRC_DD})

set(SRC_FASTFIND
"ConfigFile_FastFind.cpp"
"ConfigFile_FastFind.h"
"FastFind.h"
"FastFindSqlSchema.xml"
"FastFind_Config.cpp"
"FastFind_Output.cpp"
"FastFind_Run.cpp"
"FastFindSqlSchema.xml"
"Command/FastFind/ConfigFile_FastFind.cpp"
"Command/FastFind/ConfigFile_FastFind.h"
"Command/FastFind/FastFind.h"
"Command/FastFind/FastFindSqlSchema.xml"
"Command/FastFind/FastFind_Config.cpp"
"Command/FastFind/FastFind_Output.cpp"
"Command/FastFind/FastFind_Run.cpp"
"Command/FastFind/FastFindSqlSchema.xml"
)

source_group(FastFind FILES ${SRC_FASTFIND})
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/OrcCommand/OrcCommand.rc
Expand Up @@ -63,7 +63,7 @@ WOLFLAUNCHER_SQLSCHEMA BINARY "Command/WolfLauncher/WolfLaunch

REGINFO_SQLSCHEMA BINARY "RegInfoSqlSchema.xml"

FASTFIND_SQLSCHEMA BINARY "FastFindSqlSchema.xml"
FASTFIND_SQLSCHEMA BINARY "Command/FastFind/FastFindSqlSchema.xml"

GETSECTORS_SQLSCHEMA BINARY "GetSectorsSchema.xml"

Expand Down

0 comments on commit 26b430a

Please sign in to comment.