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
mswasapi
Commits
11afbc2a
Commit
11afbc2a
authored
Aug 08, 2016
by
Sandrine Avakian
Browse files
Adding version in CMakelists
Incrementing version number
parent
ecd05d4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CMakeLists.txt
CMakeLists.txt
+6
-0
No files found.
CMakeLists.txt
View file @
11afbc2a
...
...
@@ -24,6 +24,12 @@ cmake_minimum_required(VERSION 3.0)
project
(
MSWASAPI CXX
)
set
(
MSWASAPI_MAJOR_VERSION
"1"
)
set
(
MSWASAPI_MINOR_VERSION
"1"
)
set
(
MSWASAPI_MICRO_VERSION
"0"
)
set
(
MSWASAPI_VERSION
"
${
MSWASAPI_MAJOR_VERSION
}
.
${
MSWASAPI_MINOR_VERSION
}
.
${
MSWASAPI_MICRO_VERSION
}
"
)
set
(
MSWASAPI_SO_VERSION
"0"
)
option
(
ENABLE_SHARED
"Build shared library."
YES
)
option
(
ENABLE_STATIC
"Build static library."
YES
)
...
...
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