mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-09 12:23:53 +00:00
Add cmake prefix path [skip-ci]
This commit is contained in:
parent
b0336302ee
commit
213a496efb
@ -44,6 +44,8 @@ IF(NOT CMAKE_BUILD_TYPE)
|
||||
SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build." FORCE)
|
||||
ENDIF(NOT CMAKE_BUILD_TYPE)
|
||||
|
||||
SET(CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}/dependencies" "${CMAKE_PREFIX_PATH}")
|
||||
|
||||
#Add our various windows definitions
|
||||
IF(MSVC OR MINGW)
|
||||
ADD_DEFINITIONS(-D_WINDOWS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user