owlps/libowlps-resultreader
Matteo Cypriani 1cb5742ef9 CMake: rework compilation/link flags
- Default compiler and linker flags were added silently. They are now
  set in the cache if no previous values are present.
- Debug flags and regular flags have been merged.
- Position-independent code (doesn't appear in the cache because CMake
  lacks variables like CMAKE_EXE_COMPILE_FLAGS):
  - Shared libraries are compiled with -fPIC.
  - Executables and static libraries are compiled with -fPIE.
  - Executables are linked with -pie -fPIE.
2013-05-22 18:36:21 -04:00
..
CMakeLists.txt CMake: rework compilation/link flags 2013-05-22 18:36:21 -04:00
libowlps-resultreader.c Fix compilation warning/errors for OpenWrt 2013-04-24 13:51:58 -04:00
owlps-resultreader-udp.c [lib] Stop defining owl_bool (use stdbool.h) 2013-05-15 15:46:13 -04:00
owlps-resultreader.h Add copyright & license information 2012-11-03 14:52:33 +01:00