feat(Deps/Gperftools): make gperftools lib to interface (#5797)
This commit is contained in:
9
deps/gperftools/CMakeLists.txt
vendored
Normal file
9
deps/gperftools/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# 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})
|
||||
Reference in New Issue
Block a user