Files
azerothcore-wotlk/deps/gperftools/CMakeLists.txt

10 lines
286 B
CMake

#
# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
#
add_library(gperftools INTERFACE)
target_link_libraries(gperftools
INTERFACE
${GPERFTOOLS_LIBRARIES})