solvespace/test
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
..
analysis/contour_area Show area of closed contour with SI units. 2020-06-23 02:39:57 +00:00
constraint Change default chord tolerance (to 0.1%) and maximum segments (to 20). 2020-06-14 05:20:23 +00:00
core Collect together and rigorously test all our ad-hoc path functions. 2017-03-11 16:24:12 +00:00
group Implement a platform abstraction for windows. 2018-07-17 13:31:17 +00:00
request Change default chord tolerance (to 0.1%) and maximum segments (to 20). 2020-06-14 05:20:23 +00:00
CMakeLists.txt CMake: use sanitizer flags for internal targets only 2020-10-23 19:39:36 +02:00
commit.sh Implement a command-line interface. 2016-11-29 04:01:07 +00:00
debugtool.cpp Refactor InitPlatform. 2020-05-10 08:29:25 +00:00
Gentium-R.ttf Add basic test coverage for curve sketching tools. 2016-08-01 11:31:38 +00:00
harness.cpp Refactor InitPlatform. 2020-05-10 08:29:25 +00:00
harness.h Rework path and file operations to be more robust. 2017-03-11 18:58:53 +00:00