summaryrefslogtreecommitdiff
path: root/AK/CMakeLists.txt
blob: c6dba11efff25144cfb40a6bf97aeb66b7363e8d (plain)
1
2
3
4
5
include(${CMAKE_SOURCE_DIR}/Meta/CMake/utils.cmake)
serenity_install_headers(AK)
serenity_install_sources(AK)

add_subdirectory(Tests)