Removed bit about PIC in libraries; meson builds shared libraries as PIC always (and by default in the future, should the need to not have a PIC shared library arise). Executables will be a bit harder due to meson versioning.

This commit is contained in:
Pietro Gagliardi 2019-03-27 21:02:50 -04:00
parent 922dca4f1e
commit 70fe716d06
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@
endif()
endif()
# TODO why is this not a default?!
set_property(TARGET libui PROPERTY
POSITION_INDEPENDENT_CODE True)
macro(_add_exec _name)
set_property(TARGET ${_name} PROPERTY
POSITION_INDEPENDENT_CODE True)