Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belr
Commits
8a7a0033
Commit
8a7a0033
authored
Mar 04, 2016
by
Sylvain Berfini
🎩
Browse files
This should fix compilation on MacOSX
parent
f8b99563
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/CMakeLists.txt
src/CMakeLists.txt
+3
-0
No files found.
src/CMakeLists.txt
View file @
8a7a0033
...
...
@@ -36,6 +36,9 @@ if(ENABLE_STATIC)
add_library
(
belr STATIC
${
BELR_HEADER_FILES
}
${
BELR_SOURCE_FILES_C
}
${
BELR_SOURCE_FILES_CXX
}
)
else
()
add_library
(
belr SHARED
${
BELR_HEADER_FILES
}
${
BELR_SOURCE_FILES_C
}
${
BELR_SOURCE_FILES_CXX
}
)
if
(
APPLE
)
set_target_properties
(
belr PROPERTIES LINKER_FLAGS
"-stdlib=libc++"
)
endif
()
set_target_properties
(
belr PROPERTIES VERSION
${
BELR_SO_VERSION
}
)
endif
()
...
...
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