katie/cmake
Ivailo Monev a6fd152efc force PIC on object targets if depending on the library targets
the CMake documentation for the POSITION_INDEPENDENT_CODE
property states that it is set to True for SHARED and
MODULE targets, however mixing objects that are build
without PIC and shared/module objects with PIC does not
end well (linker error) thus the macro to workaround
that fixing the build for x86_64

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-13 22:07:42 +00:00
..
modules force PIC on object targets if depending on the library targets 2016-06-13 22:07:42 +00:00
archlinux-mingw.cmake add cmake toolchain file for use on arch linux 2015-12-16 02:22:09 +02:00
getkey.cpp initial import 2015-12-10 05:06:13 +02:00
KatieConfig.cmake remove FIXME for the bug that I'm not going workaround 2016-05-03 20:59:23 +00:00
KatieConfigVersion.cmake initial import 2015-12-10 05:06:13 +02:00
ld.so.conf.cmake handle installation without RPATH on UNIX properly 2015-12-30 22:45:32 +02:00
pkgconfig.cmake do not add all libraries the component it linted to to te pkgconfi file 2016-04-18 14:52:58 +00:00
profile.sh.cmake make sure pkgconfig files are in the search path of pkgconfig 2016-04-19 11:48:01 +00:00
win32-mingw.cmake improve Win32 toolchain file 2016-05-28 12:08:44 +03:00