solvespace/exposed
Maximilian Federle 68b1abf77f CMake: use sanitizer flags for internal targets only
Previously sanitizer flags were set unconditionally for
all code, including that of external libraries.
Set them only for targets in src/, tests/ and exposed/.

Unfortunately, the linker equivalent to add_compile_options,
add_link_options, is only available for CMake version >= 3.13.
So add the sanitizer flags manually to each target's linker options.
2020-10-23 19:39:36 +02:00
..
CDemo.c Remove most dependencies on config.h. 2016-11-19 01:00:11 +00:00
CMakeLists.txt CMake: use sanitizer flags for internal targets only 2020-10-23 19:39:36 +02:00
DOC.txt Remove double word in DOC.txt 2018-08-01 21:06:06 +00:00
VbDemo.vb Fix various comment and UI string typos. 2018-07-12 05:05:43 +00:00