mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
10 lines
286 B
CMake
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})
|