Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
b79c6d6f
Commit
b79c6d6f
authored
Apr 29, 2019
by
Hubert Chathi
Browse files
export all symbols for Windows DLLs
parent
099b3ce8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b79c6d6f
cmake_minimum_required
(
VERSION 3.
1
)
cmake_minimum_required
(
VERSION 3.
4
)
project
(
olm VERSION 3.1.0 LANGUAGES CXX C
)
...
...
@@ -15,6 +15,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set
(
CMAKE_C_STANDARD 99
)
set
(
CMAKE_C_STANDARD_REQUIRED ON
)
set
(
CMAKE_POSITION_INDEPENDENT_CODE ON
)
set
(
CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON
)
if
(
NOT CMAKE_BUILD_TYPE
)
set
(
CMAKE_BUILD_TYPE Release
)
...
...
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