Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Geisler
pe-tools-lsh
Commits
539a9add
Commit
539a9add
authored
Nov 13, 2019
by
David Geisler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix submodule
parent
dd594dc8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
.gitmodules
.gitmodules
+2
-0
cmake
cmake
+1
-1
modules/utils
modules/utils
+1
-1
source/utue/pe/tools/lsh/CMakeLists.txt
source/utue/pe/tools/lsh/CMakeLists.txt
+1
-0
source/utue/pe/tools/lsh/example/CMakeLists.txt
source/utue/pe/tools/lsh/example/CMakeLists.txt
+3
-1
No files found.
.gitmodules
View file @
539a9add
...
...
@@ -2,7 +2,9 @@
path = cmake
url = git@atreus.informatik.uni-tuebingen.de:geislerd/pe-build-cmake.git
branch = master
update = merge
[submodule "utils"]
path = modules/utils
url = git@atreus.informatik.uni-tuebingen.de:geislerd/pe-utils.git
branch = master
update = merge
cmake
@
a6872120
Compare
dbca3a80
...
a6872120
Subproject commit
dbca3a800f74369c30d6efbd70d9284cb1dbc33e
Subproject commit
a687212097b0c85779a239a641daec24a049d5bb
utils
@
f2b43a82
Compare
f6b1cfaf
...
f2b43a82
Subproject commit f
6b1cfaf701bf0ede0d2f4eac5e52ded83522b66
Subproject commit f
2b43a8270d4d5f88769a580008a3a5a5135fe4f
source/utue/pe/tools/lsh/CMakeLists.txt
View file @
539a9add
...
...
@@ -44,5 +44,6 @@
#add_library(pe-tools-lsh STATIC Document.cpp;Token.cpp;NGram.cpp;Word.cpp)
add_library
(
pe-tools-lsh STATIC Token.cpp;Scanner.cpp;Dictionary.cpp;Document.cpp;MinHash.cpp;NGram.cpp;Word.cpp;SubsMatch.cpp
)
install
(
TARGETS pe-tools-lsh RUNTIME DESTINATION lib
)
ADDSUBDIRS
()
\ No newline at end of file
source/utue/pe/tools/lsh/example/CMakeLists.txt
View file @
539a9add
...
...
@@ -44,6 +44,8 @@
add_executable
(
pe-tools-lsh-example-minhash MinHash.cpp
)
target_link_libraries
(
pe-tools-lsh-example-minhash pe-tools-lsh;pe-utils
)
install
(
TARGETS pe-tools-lsh-example-minhash RUNTIME DESTINATION bin
)
add_executable
(
pe-tools-lsh-example-subsmatch SubsMatch.cpp
)
target_link_libraries
(
pe-tools-lsh-example-subsmatch pe-tools-lsh;pe-utils
)
\ No newline at end of file
target_link_libraries
(
pe-tools-lsh-example-subsmatch pe-tools-lsh;pe-utils
)
install
(
TARGETS pe-tools-lsh-example-subsmatch RUNTIME DESTINATION bin
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment