Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blibs
blc_process
Commits
f8d7504d
Commit
f8d7504d
authored
Jul 13, 2017
by
Arnaud Blanchard
Browse files
Standart lib linkage
parent
77457fb4
Pipeline
#41
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f8d7504d
...
@@ -23,7 +23,7 @@ include_directories(include ${BL_INCLUDE_DIRS})
...
@@ -23,7 +23,7 @@ include_directories(include ${BL_INCLUDE_DIRS})
#define the shared library
#define the shared library
add_library
(
blc_process SHARED
${
sources
}
)
add_library
(
blc_process SHARED
${
sources
}
)
target_link_libraries
(
blc_process
blc_core.a
)
target_link_libraries
(
blc_process
${
BL_LIBRARIES
}
)
add_library
(
static_blc_process STATIC
${
sources
}
)
add_library
(
static_blc_process STATIC
${
sources
}
)
...
...
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