This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
146bf9267c
CMake
/
Modules
/
Platform
/
Android
/
abi-common.cmake
5 lines
92 B
CMake
Raw
Normal View
History
Unescape
Escape
Android: Populate compiler flags for current ABI Initialize the CMAKE_{C,CXX}_FLAGS{,_<CONFIG>} cache entries with flags for each ABI as specified by NDK toolchain `setup.mk` files.
2016-06-02 22:11:42 +03:00
string
(
APPEND
_ANDROID_ABI_INIT_CFLAGS
"
-
f
u
n
w
i
n
d
-
t
a
b
l
e
s
"
"
-
n
o
-
c
a
n
o
n
i
c
a
l
-
p
r
e
f
i
x
e
s
"
)