mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +00:00
t/gui: Add sanitizers
This commit is contained in:
parent
4d8fa41c5e
commit
3b62f9e6fb
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2019-2020, Collabora, Ltd.
|
# Copyright 2019-2021, Collabora, Ltd.
|
||||||
# SPDX-License-Identifier: BSL-1.0
|
# SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
######
|
######
|
||||||
|
@ -18,6 +18,7 @@ set_target_properties(gui PROPERTIES
|
||||||
OUTPUT_NAME monado-gui
|
OUTPUT_NAME monado-gui
|
||||||
PREFIX ""
|
PREFIX ""
|
||||||
)
|
)
|
||||||
|
add_sanitizers(gui)
|
||||||
|
|
||||||
target_link_libraries(gui PRIVATE
|
target_link_libraries(gui PRIVATE
|
||||||
aux_os
|
aux_os
|
||||||
|
|
Loading…
Reference in a new issue