Samsung / iac

This project relates to the pre-processing and/or post-processing of the decoded audio samples to produce an immersive 3D rendering, and is independent of the audio codec used.
BSD 3-Clause Clear License
6 stars 4 forks source link

CMakeLists: set CMAKE_POSITION_INDEPENDENT_CODE #5

Closed jzern closed 1 year ago

jzern commented 1 year ago

this is always set since only a shared library is being built currently; it will affect targets other than SHARD or MODULE.

https://cmake.org/cmake/help/latest/prop_tgt/POSITION_INDEPENDENT_CODE.html#prop_tgt:POSITION_INDEPENDENT_CODE

jzern commented 1 year ago

@yilun-zhangs please have a look.

jzern commented 1 year ago

@tammy-lees please have a look.