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
linphone-cmake-builder
Commits
ae977172
Commit
ae977172
authored
Aug 03, 2014
by
Ghislain MARY
Browse files
Clean gsm CMakeLists.txt.
parent
ca99b284
Changes
1
Hide whitespace changes
Inline
Side-by-side
builders/gsm/CMakeLists.txt
View file @
ae977172
...
...
@@ -52,12 +52,12 @@ set(GSM_SOURCE_FILES
src/table.c
)
if
(
MSVC
)
list
(
APPEND GSM_SOURCE_FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/build/windows/gsm/gsm/
gsm.def
)
list
(
APPEND GSM_SOURCE_FILES gsm.def
)
endif
(
MSVC
)
if
(
${
ENABLE_STATIC
}
)
if
(
ENABLE_STATIC
)
add_library
(
gsm STATIC
${
GSM_SOURCE_FILES
}
)
else
(
${
ENABLE_STATIC
}
)
else
()
add_library
(
gsm SHARED
${
GSM_SOURCE_FILES
}
)
if
(
MSVC
)
if
(
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
...
...
@@ -66,8 +66,8 @@ else(${ENABLE_STATIC})
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
endif
()
endif
(
MSVC
)
endif
(
${
ENABLE_STATIC
}
)
endif
()
endif
()
install
(
TARGETS gsm
RUNTIME DESTINATION bin
...
...
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