owlps/owlps-positioner
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
..
cfg [Positioner] Allow to generate a RP list 2013-05-17 16:54:57 -04:00
src [Positioner] request.cc: add missing #include 2013-05-20 17:07:57 -04:00
tests [Positioner] s/multilateration/trilateration/ 2012-05-02 17:32:00 +02:00
.gitignore Rename Positioning -> Positioner 2012-02-06 17:48:43 +01:00
CMakeLists.txt CMake: rework compilation/link flags 2013-05-22 18:36:21 -04:00
Doxyfile Rename Positioning -> Positioner 2012-02-06 17:48:43 +01:00