CMakeLists.txt 534 B

12345678910111213141516
  1. # This file is part of Desktop App Toolkit,
  2. # a set of libraries for developing nice desktop applications.
  3. #
  4. # For license and copyright information please follow this link:
  5. # https://github.com/desktop-app/legal/blob/master/LEGAL
  6. add_subdirectory(external)
  7. if (LINUX AND NOT DESKTOP_APP_DISABLE_JEMALLOC)
  8. add_subdirectory(linux_jemalloc_helper)
  9. endif()
  10. if (DESKTOP_APP_USE_ALLOCATION_TRACER)
  11. add_subdirectory(linux_allocation_tracer)
  12. endif()
  13. if (WIN32 AND QT_VERSION LESS 6)
  14. add_subdirectory(win_directx_helper)
  15. endif()