Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
a1164208
Commit
a1164208
authored
Mar 11, 2005
by
Brad King
Browse files
ENH: Initial attempt at QNX support. Submitted by Tim Arney.
parent
0d0cfaea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Platform/QNX.cmake
0 → 100644
View file @
a1164208
# GCC is the default compiler on QNX 6.3.
INCLUDE
(
${
CMAKE_ROOT
}
/Modules/Platform/gcc.cmake
)
SET
(
CMAKE_DL_LIBS
""
)
SET
(
CMAKE_SHARED_LIBRARY_C_FLAGS
""
)
SET
(
CMAKE_SHARED_LIBRARY_CXX_FLAGS
""
)
SET
(
CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS
"-shared"
)
SET
(
CMAKE_SHARED_LIBRARY_RUNTIME_FLAG
"-Wl,-rpath,"
)
SET
(
CMAKE_SHARED_LIBRARY_RUNTIME_FLAG_SEP
":"
)
SET
(
CMAKE_SHARED_LIBRARY_SONAME_C_FLAG
"-Wl,-soname,"
)
SET
(
CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG
"-Wl,-soname,"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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