Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
old_macaon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Franck Dary
old_macaon
Commits
3f3e41fa
Commit
3f3e41fa
authored
5 years ago
by
Franck Dary
Browse files
Options
Downloads
Patches
Plain Diff
Fixed boost linking
parent
993cb988
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
maca_common/CMakeLists.txt
+1
-0
1 addition, 0 deletions
maca_common/CMakeLists.txt
with
1 addition
and
0 deletions
maca_common/CMakeLists.txt
+
1
−
0
View file @
3f3e41fa
...
@@ -13,6 +13,7 @@ install(TARGETS macaon_convert_embeddings DESTINATION bin)
...
@@ -13,6 +13,7 @@ install(TARGETS macaon_convert_embeddings DESTINATION bin)
#compiling library
#compiling library
add_library
(
maca_common STATIC
${
SOURCES
}
)
add_library
(
maca_common STATIC
${
SOURCES
}
)
target_link_libraries
(
maca_common Boost
)
target_link_libraries
(
maca_common fasttext
)
target_link_libraries
(
maca_common fasttext
)
target_link_libraries
(
maca_common transition_machine
)
target_link_libraries
(
maca_common transition_machine
)
target_link_libraries
(
maca_common trainer
)
target_link_libraries
(
maca_common trainer
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment