1
0
Fork 0
cmake_helpers/CMakeLists.txt
Ilya Fedin c2ef75186a Replace jemalloc with scudo
This should provide a wider support for ARM hardware
2023-11-24 14:47:37 +04:00

13 lines
412 B
CMake

# This file is part of Desktop App Toolkit,
# a set of libraries for developing nice desktop applications.
#
# For license and copyright information please follow this link:
# https://github.com/desktop-app/legal/blob/master/LEGAL
add_subdirectory(external)
if (DESKTOP_APP_USE_ALLOCATION_TRACER)
add_subdirectory(linux_allocation_tracer)
endif()
if (WIN32)
add_subdirectory(win_directx_helper)
endif()