mirror of
https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git
synced 2026-06-13 03:22:24 -04:00
6 lines
88 B
CMake
6 lines
88 B
CMake
# set installation prefix
|
|
if( PREFIX )
|
|
set(CMAKE_INSTALL_PREFIX "${PREFIX}")
|
|
endif()
|
|
|